.meData .info-list {
  height: 31px;
}
.meData .info-list .show-info {
  height: 31px;
  line-height: 31px;
  margin-top: 30px;
  font-size: 16px;
  padding: 0 3px;
  position: relative;
}
.meData .info-list .show-info .tit {
  color: #BFBFBF;
}
.meData .info-list .show-info .cont {
  color: #111111;
}
.meData .info-list .show-info .alter-btn {
  width: 80px;
  height: 31px;
  text-align: center;
  background: linear-gradient(to right, #FE8D00, #FF5102);
  border-radius: 15.5px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 3px;
  top: 0;
}
.meData .info-list .alter-info {
  display: none;
  height: 31px;
  line-height: 31px;
  margin-top: 30px;
  font-size: 16px;
  padding: 0 3px;
  position: relative;
}
.meData .info-list .alter-info .tit {
  color: #BFBFBF;
  vertical-align: top;
}
.meData .info-list .alter-info form {
  display: inline-block;
}
.meData .info-list .alter-info form input.nick {
  vertical-align: top;
  width: 308px;
  height: 28px;
  border: 1px solid #DEDEDE;
  font-size: 16px;
  text-indent: 8px;
}
.meData .info-list .alter-info form .radio-box {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #EEEEEE;
  border: 1px solid #DFDFDF;
  border-radius: 50%;
  position: relative;
  top: 2px;
}
.meData .info-list .alter-info form .radio-box .radio-dot {
  display: none;
  width: 6px;
  height: 6px;
  background: #ff6600;
  position: absolute;
  top: 52%;
  left: 52%;
  margin-top: -3px;
  margin-left: -3px;
  border-radius: 50%;
  z-index: 2;
}
.meData .info-list .alter-info form .radio-box .sex-radio {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -2px;
  left: -2px;
  opacity: 0;
  z-index: 1;
}
.meData .info-list .alter-info form .radio-box .sex-radio:checked + .radio-dot {
  display: block;
}
.meData .info-list .alter-info form .radio-man {
  padding-right: 15px;
}
.meData .info-list .alter-info form #city-picker-search {
  vertical-align: top;
}
.meData .info-list .alter-info form #city-picker-search .selector-item {
  width: 155px;
  height: 29px;
  line-height: 29px;
  border-color: #DDDDDD;
  border-radius: 0;
}
.meData .info-list .alter-info form #city-picker-search .city {
  margin-left: 50px;
}
.meData .info-list .alter-info form #city-picker-search .selector-name {
  color: #333333;
}
.meData .info-list .alter-info form #city-picker-search .selector-name:hover {
  background: transparent;
}
.meData .info-list .alter-info form #city-picker-search .selector-list {
  border-radius: 0;
  -webkit-transition-duration: 0;
  transition-duration: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 30px;
}
.meData .info-list .alter-info form #date select {
  width: 83px;
  height: 31px;
  line-height: 31px;
  vertical-align: top;
  box-shadow: none;
  border-radius: 0;
  border-color: 1px solid #DDDDDD;
  margin-right: 44px;
}
.meData .info-list .alter-info .num {
  margin-left: 28px;
}
.meData .info-list .alter-info .hint {
  margin-left: 28px;
}
.meData .info-list .alter-info .orange {
  color: #ff6600;
}
.meData .info-list .alter-info .pos-txt {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 3px;
}
.meData .info-list .alter-info .txt-province {
  left: 210px;
}
.meData .info-list .alter-info .txt-city {
  left: 417px;
}
.meData .info-list .alter-info .txt-year {
  left: 134px;
}
.meData .info-list .alter-info .txt-month {
  left: 267px;
}
.meData .info-list .alter-info .txt-day {
  left: 398px;
}
.meData .info-list .alter-info .btn-save {
  width: 80px;
  height: 31px;
  text-align: center;
  background: linear-gradient(to right, #FE8D00, #FF5102);
  border-radius: 15.5px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 45px;
  top: 0;
}
.meData .info-list .alter-info .cancel {
  position: absolute;
  right: 3px;
  top: 0;
  color: #A7A7A7;
  cursor: pointer;
}
.bindPhone .input-box {
  height: 77px;
  line-height: 90px;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.bindPhone .phone-box {
  margin-top: 5px;
}
.bindPhone label {
  display: inline-block;
  width: 75px;
  font-size: 18px;
  color: #000;
}
.bindPhone input {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  color: #282828;
  margin-top: 33px;
  border: 0;
}
.bindPhone input::-webkit-input-placeholder {
  color: #282828;
}
.bindPhone input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #282828;
}
.bindPhone input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #282828;
}
.bindPhone input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #282828;
}
.bindPhone .get-code-btn {
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #B1B1B1;
  border-radius: 20px;
  background: #fff;
  color: #AFAFAF;
  font-size: 16px;
  position: absolute;
  bottom: 15px;
  right: 0;
}
.bindPhone .submit {
  display: block;
  width: 236px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  border: none;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  background: linear-gradient(to right, #FE8D00, #FF5102);
  box-shadow: 0px 2px 10px 2px #FDCFB7;
  margin-top: 50px;
  margin-bottom: 12px;
}
.bindPhone .notice {
  font-size: 16px;
  color: #000;
  text-align: center;
}
.myDrill .content {
  position: relative;
}
.myDrill .center-box {
  width: 620px;
  margin: 0 auto;
  font-size: 0;
  margin-top: 100px;
}
.myDrill .split-box {
  display: inline-block;
  width: 310px;
  text-align: center;
}
.myDrill .split-box .type {
  font-size: 18px;
  color: #000;
}
.myDrill .split-box .amount {
  font-size: 36px;
  color: #FF6804;
  margin-top: 10px;
  margin-bottom: 24px;
}
.myDrill .split-box .btn {
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to right, #FE8D00, #FF5102);
  box-shadow: 0px 3px 8px 2px #FDCFB7;
}
.myDrill .pop {
  display: none;
  width: 478px;
  height: 354px;
  position: absolute;
  top: 170px;
  left: 180px;
  z-index: 99;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 15px 4px #8a8989;
}
.myDrill .pop .close {
  position: absolute;
  right: 35px;
  top: 22px;
}
.myDrill .pop .title {
  font-size: 22px;
  color: #111111;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.myDrill .pop .input-box {
  width: 386px;
  height: 55px;
  line-height: 55px;
  margin: 0 auto;
  border-bottom: 1px solid #E5E5E5;
}
.myDrill .pop .input-box .coin {
  width: 327px;
  font-size: 16px;
}
.myDrill .pop label {
  display: inline-block;
  width: 55px;
  font-size: 18px;
}
.myDrill .pop input {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  border: 0;
  margin-top: 16px;
  color: #b1b1b1;
}
.myDrill .pop input::-webkit-input-placeholder {
  color: #b1b1b1;
}
.myDrill .pop input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b1b1b1;
}
.myDrill .pop input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b1b1b1;
}
.myDrill .pop input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b1b1b1;
}
.myDrill .pop .now-hava {
  font-size: 18px;
  color: #b1b1b1;
  text-align: center;
  margin-top: 20px;
}
.myDrill .pop .now-hava .coin-amount {
  font-size: 30px;
  color: #ff6600;
}
.myDrill .pop .btn {
  display: block;
  width: 236px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  border: none;
  border-radius: 25px;
  background: #fff;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  background: linear-gradient(to right, #FE8D00, #FF5102);
  box-shadow: 0px 2px 10px 2px #FDCFB7;
  margin-top: 36px;
}
.myAttention .center-box {
  width: 910px;
  height: 634px;
  margin-top: 28px;
}
.myAttention .anchor-box {
  width: 910px;
}
.myAttention .anchor {
  width: 455px;
  height: 178px;
  float: left;
  font-size: 0;
  margin-bottom: 50px;
}
.myAttention .anchor .avatar-box {
  display: inline-block;
  width: 178px;
  height: 178px;
  position: relative;
}
.myAttention .anchor .avatar {
  display: block;
  width: 178px;
  height: 178px;
  border-radius: 9px;
}
.myAttention .anchor .online-num-box {
  width: 67px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  background: url(../images/online-bg-c.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 9px;
  top: 9px;
}
.myAttention .anchor .online-num-box .online-icon {
  height: 10px;
  margin-right: 5px;
}
.myAttention .anchor .online-num-box .online-num {
  color: #fff;
  font-size: 12px;
}
.myAttention .anchor .info {
  display: inline-block;
  vertical-align: top;
  padding-left: 24px;
  padding-top: 22px;
}
.myAttention .anchor .name {
  font-size: 20px;
  color: #181818;
  position: relative;
}
.myAttention .anchor .name .level {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: #FFD84C;
  color: #fff;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 3px;
  right: -23px;
}
.myAttention .anchor .address-box {
  height: 20px;
  line-height: 20px;
  margin-top: 12px;
}
.myAttention .anchor .address-icon {
  position: relative;
  top: 1px;
}
.myAttention .anchor .address {
  font-size: 16px;
  color: #676767;
  margin-left: 3px;
}
.myAttention .anchor .live-state {
  margin-top: 15px;
}
.myAttention .anchor .live-state .state {
  font-size: 18px;
  color: #1E1E1E;
}
.myAttention .anchor .live-state .time {
  font-size: 18px;
  color: #AAAAAA;
  margin-left: 5px;
}
.myAttention .anchor .fans-box {
  margin-top: 13px;
}
.myAttention .anchor .fans-box .fans {
  font-size: 16px;
  color: #1E1E1E;
}
.myAttention .anchor .fans-box .fans-num {
  font-size: 16px;
  color: #AAAAAA;
  margin-left: 5px;
}
.askServer .CharWrap {
  margin-top: 32px;
}
.askServer .serverBox {
  float: left;
  width: 95px;
}
.askServer .serverBox .serverAvatar {
  width: 65px;
  height: 65px;
  margin-left: 2px;
}
.askServer .serverBox .serverName {
  font-size: 18px;
  color: #111111;
  padding-left: 17px;
  margin-top: 5px;
}
.askServer .charWrap {
  width: 815px;
  float: left;
}
.askServer .chatBox {
  width: 815px;
  /* width: 815px; */
  height: 388px;
  border: 1px solid #ECECEC;
  border-radius: 9px 5px 5px 9px;
  overflow-y: hidden;
  overflow-x: hidden;
  background: #F5F5F5;
}
.askServer .chatBox .charBoxS {
  width: 805px;
  /* width: 805px; */
}
.askServer .chatBox .notice {
  margin-left: 10px;
  margin-top: 12px;
  color: #000;
  font-size: 16px;
}
.askServer .chatBox .time {
  width: 154px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #E5E3E4;
  border-radius: 11px;
  margin: 0 auto;
  margin-top: 20px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}
.askServer .chatBox .user {
  line-height: 25px;
  background: #fff;
  color: #111;
  font-size: 16px;
  padding: 10px 19px;
  border-radius: 21px;
  float: left;
  margin: 8px 0 10px 18px;
  position: relative;
  max-width: 500px;
  word-break: break-all;
  box-shadow: 0px 3px 8px 2px #F2F2F2;
}
.askServer .chatBox .user img {
  max-width: 30px;
  max-height: 30px;
  display: inline-block;
  vertical-align: top;
}
.askServer .chatBox .user:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/trigon1-c.png) no-repeat;
  position: absolute;
  bottom: -1px;
  left: -6px;
}
.askServer .chatBox .server {
  max-width: 500px;
  line-height: 25px;
  background: #FF9600;
  color: #fff;
  font-size: 16px;
  padding: 8px 19px;
  border-radius: 21px;
  float: right;
  margin: 10px 18px 10px 0;
  position: relative;
  word-break: break-all;
}
.askServer .chatBox .server img {
  max-width: 30px;
  max-height: 30px;
  display: inline-block;
  vertical-align: top;
}
.askServer .chatBox .server:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/trigon2-c.png) no-repeat;
  position: absolute;
  bottom: -1px;
  right: -12px;
}
.askServer .chatBox .zw {
  width: 200px;
  height: 30px;
}
.askServer .formBox {
  height: 50px;
  margin-top: 23px;
}
.askServer .formBox form {
  height: 50px;
}
.askServer .formBox #editor {
  width: 556px;
  height: 80px;
  line-height: 25px;
  font-size: 16px;
  color: #BDBDBD;
  background: #EBEBEB;
  border-radius: 9px;
  float: left;
  border: 0;
  padding: 10px;
}
.askServer .formBox .txt::-webkit-input-placeholder {
  color: #BDBDBD;
}
.askServer .formBox .txt::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #BDBDBD;
}
.askServer .formBox .txt:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #BDBDBD;
}
.askServer .formBox .txt:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #BDBDBD;
}
.askServer .formBox .sell {
  width: 86px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: linear-gradient(to right, #FB8211, #FA6336);
  border-radius: 9px;
  float: left;
  margin-left: 10px;
  margin-top: 25px;
}
.askServer .formBox .faceBox {
  float: left;
  margin-left: 11px;
  margin-top: 30px;
}
.askServer .formBox .faceBox .face {
  display: block;
  width: 33px;
  height: 33px;
}
.askServer .formBox .cameraBox {
  float: left;
  margin-left: 11px;
  margin-top: 30px;
}
.askServer .formBox .cameraBox .camera {
  display: block;
  width: 32px;
}
.emoji_container {
  width: 382px !important;
}
.emoji_content {
  height: 170px !important;
}
#mCSB_1_scrollbar_vertical {
  display: none !important;
}
.black-bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 98;
}
.w2 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 55px;
  overflow: hidden;
}
.us-box {
  height: 840px;
  border-radius: 15px;
  background: #ffffff;
  margin-bottom: 50px;
  margin-top: 30px !important;
}
.us-l {
  width: 50%;
  float: left;
  margin-top: 40px;
  margin-left: 35px;
}
.us-r {
  width: 45%;
  float: left;
  margin-top: 40px;
}
.us-l h2 {
  font-size: 24px;
  color: #666666;
}
.us-l p {
  font-size: 14px;
  line-height: 24px;
}
.us-r {
  width: 45%;
  float: left;
  margin-top: 40px;
}
.us-r h2 {
  font-size: 24px;
  color: #666666;
}
.us-jz {
  margin-top: 56px;
  margin-bottom: 26px;
}
.us-r p {
  font-size: 14px;
  line-height: 24px;
}
.us-l span {
  color: #FF6700;
  margin-left: 5px;
}
.us-jz {
  margin-top: 56px;
  margin-bottom: 26px;
}
.us-hz {
  margin-top: 56px;
  margin-bottom: 26px;
}
.us-r span {
  color: #FF6700;
  margin-left: 5px;
}
.bg1 {
  height: 800px;
  width: 100%;
  background: url(../images/bg1.png);
  background-size: 100% 100%;
}
.w3 {
  width: 1308px;
  margin: 0 auto;
}
.content1 {
  padding-top: 80px;
  margin-left: 245px;
}
.content1 div {
  float: left;
}
.phone1 p {
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
  font-size: 28px;
  font-family: "Microsoft YaHei";
}
.content1 .text1 {
  margin-left: 72px;
  height: 299px;
  margin-top: 40px;
}
.content1 .down {
  float: none;
  margin-left: 120px;
  margin-top: 380px;
  height: 62px;
}
.content1 .down {
  float: none;
  margin-left: 120px;
  margin-top: 380px;
  height: 62px;
}
.content1 .down img {
  margin-right: 35px;
}
.yourclass {
  border-radius: 20px !important;
  overflow: hidden;
  width: 760px;
  height: 600px;
}
.layui-layer-iframe iframe {
  border-radius: 20px !important;
  overflow: hidden;
  width: 760px;
  height: 600px;
}
.layui-layer-setwin .layui-layer-close2 {
  display: none;
}
.login-out {
  font-size: 18px;
  color: #333;
  cursor: pointer;
  top: 20px;
  right: 10px;
  position: absolute;
}
