@charset "UTF-8";
.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
}

.popup_login {
  position: fixed;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: url(../images/login_bg_7.png?3) center 60px #13151e fixed;
}
.popup_login .popup-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  cursor: pointer;
  left: -45px;
}
.popup_login .popup-close i {
  width: 28px;
  height: 28px;
  display: block;
  background: url(../images/login_return.png) center no-repeat;
  margin: auto;
  margin-top: 6px;
}
.popup_login .login-bg {
  width: 1600px;
  height: 900px;
  position: absolute;
  top: 25px;
  left: 70px;
  z-index: 1;
}
.popup_login .login-bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup_login .login-bg .popup-close2 {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0px;
  right: -50px;
  cursor: pointer;
}
.popup_login .login-bg .popup-close2 i {
  width: 33px;
  height: 33px;
  display: block;
  background: url(../images/icon-6.png) center no-repeat;
  margin: auto;
  margin-top: 6px;
}

.popup_dialogue {
  position: fixed;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.85);
}
.popup_dialogue .popup-dialogue-close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: -32px;
  top: 0px;
  cursor: pointer;
  display: block;
}
.popup_dialogue .popup-dialogue-close i {
  width: 26px;
  height: 26px;
  background: url(../images/popup_close3.png) 0 0 no-repeat;
  display: block;
}
.popup_dialogue .dialogue_frame {
  width: 819px;
  background: #0C1012;
  position: fixed;
  top: 30%;
  left: 50%;
  margin: -185px 0 0 -410px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
}

.popup_main {
  width: 527px;
  min-height: 420px;
  position: fixed;
  top: 35%;
  left: 0;
  margin: -155px 0 0 0;
  text-align: center;
  padding: 0 0 15px 0;
  border-radius: 4px;
  z-index: 2;
}
.popup_main .loginTypeBox {
  padding-top: 13px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #327595;
  margin: 0px 30px;
}
.popup_main .loginTypeBox a {
  display: inline-block;
  width: 152px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.popup_main .loginTypeBox a.active.wechat, .popup_main .loginTypeBox a:hover.wechat {
  background: url(../images/icon-1.png) center bottom no-repeat;
}
.popup_main .loginTypeBox a.active.phone, .popup_main .loginTypeBox a:hover.phone {
  background: url(../images/icon-1.png) center bottom no-repeat;
}
.popup_main .loginTypeBox a.active.acout, .popup_main .loginTypeBox a:hover.acout {
  background: url(../images/icon-1.png) center bottom no-repeat;
}
.popup_main .loginTypeBox a.wechat {
  background: url(../images/icon16.png) center no-repeat;
}
.popup_main .loginTypeBox a.phone {
  background: url(../images/icon17.png) center no-repeat;
}
.popup_main .loginTypeBox a.acout {
  background: url(../images/icon18.png) center no-repeat;
}
.popup_main .login_logo {
  width: 165px;
  height: 49px;
  background-position: -276px -145px;
  margin: auto;
}
.popup_main.pano {
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 17px 28px 0px rgba(11, 30, 42, 0.5);
  overflow: hidden;
  margin-top: 27px;
  padding-bottom: 40px;
  border-radius: 0px 24px 24px 0px;
}
.popup_main .switching {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  -webkit-animation: flip 0.4s linear, flip_out 0.4s 0.41s linear;
  transform: perspective(2000px) rotateY(-90deg);
  animation: flip 0.4s linear, flip_out 0.4s 0.41s linear;
}
.popup_main a {
  cursor: pointer;
}
.popup_main .emailmsg {
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 25px;
  font-size: 16px;
  height: 231px;
  padding-top: 150px;
}
.popup_main .logo {
  display: block;
  margin: 0 auto;
}
.popup_main .switch-email-signup {
  font-size: 16px;
  margin-bottom: 50px;
  display: block;
}
.popup_main .clear-input {
  box-sizing: border-box;
  width: 100%;
  border: 0;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  padding-left: 12px;
  margin-bottom: 16px;
  color: #fff;
}
.popup_main .input-username {
  width: 100%;
  height: 40px;
  background: #5b6e34;
  border-radius: 15px;
  padding-left: 15px;
}
.popup_main .input-phone {
  width: 100%;
  height: 40px;
  background: #5b6e34;
  border-radius: 15px;
  padding-left: 15px;
}
.popup_main .password {
  width: 100%;
  height: 40px;
  background: #5b6e34;
  border-radius: 15px;
  padding-left: 15px;
}
.popup_main .input-code {
  width: 100%;
  height: 40px;
  background: #5b6e34;
  border-radius: 15px;
  padding-left: 15px;
}
.popup_main .register .sendcode {
  width: 100%;
  overflow: hidden;
}
.popup_main .sendcode {
  overflow: hidden;
}
.popup_main .send_msg {
  width: 120px;
  font-size: 16px;
  color: #70FFF7;
  height: 40px;
  border: 0;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  position: absolute;
  right: 0px;
}
.popup_main .holder {
  width: 400px;
  margin: auto;
  position: relative;
}
.popup_main .with-line {
  width: 100%;
  height: 31px;
  font-size: 24px;
  font-family: YouSheBiaoTiHei;
  text-align: center;
}
.popup_main .with-line .w2 {
  width: 236px;
  margin: auto;
}
.popup_main .with-line .w2 span:first-child {
  float: left;
}
.popup_main .with-line .w2 span:last-child {
  float: right;
}
.popup_main .with-line .w1 {
  width: 170px;
  margin: auto;
}
.popup_main .with-line span {
  text-align: center;
  height: 50px;
  line-height: 60px;
  margin: auto;
  display: inline-block;
  cursor: pointer;
  padding: 0 12px;
}
.popup_main .with-line span.on {
  border-bottom: 1px solid #70FFF7;
  color: #70FFF7;
}
.popup_main .service_agreement {
  margin-top: 34px;
  width: 100%;
  font-size: 13px;
  text-align: left;
  line-height: 16px;
}
.popup_main .service_agreement span {
  color: rgba(223, 255, 175, 0.6);
}
.popup_main .service_agreement a {
  color: #70FFF7;
}
.popup_main .service_agreement .lg-service {
  background: url(../images/icon-2.png) 0 0 no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  float: left;
  margin-right: 6px;
  cursor: pointer;
}
.popup_main .service_agreement .lg-service.agree {
  background: url(../images/icon-3.png) 0 0 no-repeat;
}
.popup_main .switch-back {
  overflow: hidden;
}
.popup_main .switch-back a {
  color: #adff5a;
  font-size: 14px;
  padding: 0px 9px;
}
.popup_main .switch-back a.js_setpassword_btn {
  color: #adff5a;
  font-size: 14px;
}
.popup_main .third_party_login {
  width: 100%;
  margin-top: 30px;
}
.popup_main .third_party_login .nav {
  color: rgba(223, 255, 175, 0.6);
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin: auto;
  letter-spacing: 1px;
}
.popup_main .third_party_login .optionxz {
  width: 124px;
  margin: auto;
  margin-top: 30px;
}
.popup_main .third_party_login .optionxz a {
  width: 46px;
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 23px;
}
.popup_main .third_party_login .optionxz .wechat {
  width: 120px;
  height: 36px;
  border-radius: 20px;
  border: 2px solid #70FFF7;
  text-align: center;
  margin: auto;
  font-size: 16px;
  color: #70FFF7;
  line-height: 36px;
  letter-spacing: 1px;
}
.popup_main .btn {
  display: block;
  background: #70fef6;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  font-size: 16px;
  color: #1E474D;
  overflow: hidden;
  margin: auto;
  margin-top: 20px;
}
.popup_main .btn .text {
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.popup_main form {
  margin-top: 30px;
}
.popup_main .pr {
  position: relative;
  overflow: hidden;
}
.popup_main .sendcode label, .popup_main .pr label {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #DCF3FA;
  line-height: 19px;
  margin-bottom: 8px;
  text-align: left;
  width: 100%;
  height: 19px;
  display: block;
}
.popup_main .pa {
  position: absolute;
}
.popup_main .eyes-box {
  top: 0;
  right: 0;
  z-index: 11;
  cursor: pointer;
}
.popup_main .eyes {
  width: 22px;
  height: 22px;
  top: 13px;
  right: 10px;
  display: block;
}
.popup_main .close-eyes {
  background: url(../images/login-inputbg-2.png) 0 0 no-repeat;
}
.popup_main .open-eyes {
  background: url(../images/login-inputbg-1.png) 0 0 no-repeat;
}
.popup_main .clear-eyes {
  background: url(../images/login-inputbg-3.png) 0 0 no-repeat;
  background-size: 100%;
}
.popup_main #login_container {
  margin-top: 20px;
}
.popup_main .prev-page-btn {
  background: url(../images/wxlogin_return.png) 0 0 no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  left: 10px;
  top: 3px;
  cursor: pointer;
  background-size: 100%;
}
.popup_main .tj_course {
  position: fixed;
  left: 17%;
  bottom: 8%;
}
.popup_main .tj_course .info {
  width: 400px;
  height: 119px;
  border-left: 1px solid #fff;
  padding-left: 16px;
  text-align: left;
}
.popup_main .tj_course .info .title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 24px;
  color: #fff;
}
.popup_main .tj_course .info .anli {
  width: 98px;
  height: 29px;
  border: 1px solid #fff;
  line-height: 29px;
  text-align: center;
  margin-top: 7px;
  color: #fff;
  font-size: 20px;
}
.popup_main .tj_course .course_jump {
  width: 126px;
  height: 37px;
  line-height: 37px;
  color: #fff;
  text-align: center;
  background: #13aff0;
  font-size: 16px;
  margin-top: 16px;
  display: block;
  border-radius: 37px;
}
.popup_main .login .tit {
  width: 147px;
  height: 31px;
  background-position: 0px -132px;
  margin: auto;
  margin-top: 13px;
}
.popup_main .register .tit {
  width: 147px;
  height: 31px;
  background-position: 0px -284px;
  margin: auto;
  margin-top: 13px;
}
.popup_main .reset_psw .tit {
  width: 118px;
  height: 31px;
  background-position: -154px -171px;
  margin: auto;
  margin-top: 13px;
}
.popup_main .setpassword .tit {
  width: 125px;
  height: 31px;
  background-position: -148px -287px;
  margin: auto;
  margin-top: 13px;
}
.popup_main .guide-n {
  display: flex;
  justify-content: space-between;
}
.popup_main .guide-n .singe {
  margin-top: 20px;
}
.popup_main .guide-n .singe .xf {
  width: 25px;
  height: 25px;
  font-size: 16px;
  border-radius: 22px;
  color: #adff5a;
  line-height: 25px;
  border: 1px solid #adff5a;
  float: left;
}
.popup_main .guide-n .singe .xf.on {
  background: #adff5a;
  color: #000;
}
.popup_main .guide-n .singe .xl {
  color: #fff;
  font-size: 16px;
  margin-left: 8px;
  float: left;
}
.popup_main .loginok-img {
  margin-top: 50px;
}
.popup_main .wxlogin #login_container {
  width: 100%;
  height: 365px;
  text-align: center;
}
.popup_main .wxlogin #login_container .jiazai {
  width: 200px;
  height: 200px;
  max-width: 100%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #3e7370;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  line-height: 200px;
}
.popup_main .wxlogin #login_container .gmaillogin {
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  color: #7fffff;
}
.popup_main .wxlogin #login_container .qr_code_u {
  width: 200px;
  height: 200px;
  max-width: 100%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #3e7370;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  line-height: 200px;
}
.popup_main .wxlogin #login_container .qr_code_url {
  width: 180px;
  height: 180px;
  max-width: 100%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}
.popup_main .status_browser {
  font-size: 13px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  color: #d7dad3;
}
.popup_main .status_browser p {
  margin-bottom: 5px;
}
.popup_main .status_browser p a {
  color: #70FFF7;
}

.user-bind .youguang, .popup_login .youguang {
  width: 100%;
  height: 100%;
  background: linear-gradient(315deg, rgba(44, 255, 231, 0.55) -59%, rgba(43, 252, 229, 0.54) -53%, rgba(0, 0, 0, 0) 47%);
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

.user-bind .youguang .s1, .popup_login .youguang .s1 {
  width: 289px;
  height: 82px;
  position: absolute;
  right: 70px;
  bottom: 100px;
  background: url(../images/login_biaoyu2.png) 0 0 no-repeat;
}

/*绑定*/
.user-bind {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: url(../images/login_bg_7.png?3) center 60px #13151e;
}

.user_signup_main {
  width: 432px;
  margin: auto;
  text-align: center;
  padding: 0 0 15px 0;
  margin-bottom: 50px;
  border-radius: 4px;
  min-height: 650px;
}

.user_signup_main .pano {
  background: linear-gradient(135deg, #0C1012 0%, #123437 100%);
  box-shadow: 0px 17px 28px 0px rgba(11, 30, 42, 0.5);
  overflow: hidden;
  margin-top: 27px;
  padding-bottom: 40px;
  border-radius: 24px;
}

.user_signup_main .login_logo {
  width: 165px;
  height: 49px;
  background-position: -276px -145px;
  margin: auto;
  margin-top: 120px;
}

.user_signup_main #bind_login .tit {
  width: 125px;
  height: 31px;
  background-position: -287px -282px;
  margin: auto;
  margin-top: 13px;
}

.user_signup_main #bind_register .tit {
  width: 125px;
  height: 31px;
  background-position: -149px -133px;
  margin: auto;
  margin-top: 13px;
}

.user_signup_main #bind_setpassword .tit {
  width: 125px;
  height: 31px;
  background-position: -148px -173px;
  margin: auto;
  margin-top: 13px;
}

.user_signup_main .logintop .explain {
  color: #024ec0;
  font-size: 16px;
  margin-top: 20px;
  height: 30px;
}

.user_signup_main.switching {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  -webkit-animation: flip 0.4s linear, flip_out 0.4s 0.41s linear;
  transform: perspective(2000px) rotateY(-90deg);
  animation: flip 0.4s linear, flip_out 0.4s 0.41s linear;
}

.user_signup_main a {
  cursor: pointer;
}

.user_signup_main .logo {
  display: block;
  margin: 0 auto;
}

.user_signup_main .switch-email-signup {
  font-size: 16px;
  margin-bottom: 50px;
  display: block;
}

.user_signup_main .clear-input {
  box-sizing: border-box;
  width: 100%;
  border: 0;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  padding-left: 12px;
  margin-bottom: 16px;
  color: #fff;
}

.user_signup_main .input-username {
  width: 100%;
  height: 40px;
  background: rgba(46, 71, 32, 0.2);
  border-radius: 20px;
  padding-left: 15px;
}

.user_signup_main .input-phone {
  width: 100%;
  height: 40px;
  background: rgba(46, 71, 32, 0.2);
  border-radius: 20px;
  padding-left: 15px;
}

.user_signup_main .password {
  width: 100%;
  height: 40px;
  background: rgba(46, 71, 32, 0.2);
  border-radius: 20px;
  padding-left: 15px;
}

.user_signup_main .input-code {
  width: 244px;
  height: 40px;
  background: rgba(46, 71, 32, 0.2);
  border-radius: 20px;
  padding-left: 15px;
}

.user_signup_main .register .sendcode {
  width: 100%;
  overflow: hidden;
}

.user_signup_main .sendcode {
  overflow: hidden;
}

.user_signup_main .send_msg {
  width: 120px;
  font-size: 16px;
  color: #70FFF7;
  height: 36px;
  border: 0;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  border: 2px solid #70FFF7;
}

.user_signup_main .holder {
  width: 384px;
  margin: auto;
  position: relative;
}

.user_signup_main .with-line {
  font-size: 16px;
  color: rgba(223, 255, 175, 0.6);
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.user_signup_main .with-line .w2 {
  width: 220px;
  margin: auto;
}

.user_signup_main .with-line .w1 {
  width: 110px;
  margin: auto;
}

.user_signup_main .with-line span {
  text-align: center;
  height: 50px;
  line-height: 60px;
  margin: auto;
  display: inline-block;
  cursor: pointer;
  padding: 0 12px;
}

.user_signup_main .with-line span.on {
  border-bottom: 1px solid #13aff0;
  color: #13aff0;
}

.user_signup_main .service_agreement {
  margin-top: 20px;
  width: 100%;
  font-size: 12px;
  text-align: left;
  line-height: 16px;
}

.user_signup_main .service_agreement span {
  color: rgba(223, 255, 175, 0.6);
}

.user_signup_main .service_agreement a {
  color: #70FFF7;
}

.user_signup_main .service_agreement .lg-service {
  background: url(../images/icon-2.png) 0 0 no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

.user_signup_main .service_agreement .lg-service.agree {
  background: url(../images/icon-3.png) 0 0 no-repeat;
}

.user_signup_main .switch-back {
  width: 100%;
  margin-bottom: 16px;
  height: 19px;
}

.user_signup_main .switch-back a {
  color: rgba(223, 255, 175, 0.6);
  font-size: 14px;
  letter-spacing: 1px;
}

.user_signup_main .btn {
  display: block;
  background: #41F2F2;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 16px;
  color: #1E474D;
  overflow: hidden;
  margin-top: 10px;
}

.user_signup_main .btn .text {
  font-size: 16px;
  color: #1E474D;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.user_signup_main form {
  margin-top: 15px;
}

.user_signup_main .bdsm {
  color: #F00;
  font-size: 14px;
  margin-top: 16px;
}

.user_signup_main .pr {
  position: relative;
  overflow: hidden;
}

.user_signup_main .sendcode label, .user_signup_main .pr label {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #DCF3FA;
  line-height: 19px;
  margin-bottom: 8px;
  text-align: left;
  width: 100%;
  height: 19px;
  display: block;
}

.user_signup_main .pa {
  position: absolute;
}

.user_signup_main .eyes-box {
  top: 0;
  right: 0;
  z-index: 11;
  cursor: pointer;
}

.user_signup_main .eyes {
  width: 22px;
  height: 22px;
  top: 10px;
  right: 10px;
  display: block;
}

.user_signup_main .clickbindphone {
  width: 100%;
  height: 19px;
  margin-top: 24px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #70FFF7;
  line-height: 19px;
  cursor: pointer;
}

.return_status, .return_error_status {
  width: 350px;
  height: 200px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -155px 0 0 -200px;
  text-align: center;
  padding: 20px;
  border-radius: 4px;
  background: #111a2c;
  z-index: 99999;
  color: #fff;
}

.return_status .success {
  margin-top: 35px;
  text-align: center;
  margin-bottom: 30px;
}

.return_status .success span {
  width: 48px;
  height: 48px;
  margin: auto;
  background: url(../images/return-status.png) 0 0 no-repeat;
  display: block;
}

.return_status .msg {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.return_error_status .error {
  margin-top: 55px;
  text-align: center;
  margin-bottom: 30px;
}

.return_error_status .error span {
  width: 48px;
  height: 48px;
  margin: auto;
  background: url(../images/return-error-status.png) 0 0 no-repeat;
  background-size: 48px 48px;
  display: block;
}

.return_error_status .msg {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}

.suggest_frame, .report_frame {
  width: 500px;
  background: #0C1012;
  position: fixed;
  top: 50%;
  left: 42%;
  margin: -185px 0 0 -120px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  padding-bottom: 20px;
}

.suggest_frame .nav, .report_frame .nav {
  height: 50px;
  font-size: 24px;
  padding-left: 16px;
  line-height: 50px;
  text-align: left;
  border-radius: 12px;
}

.suggest_frame .textarea, .report_frame .textarea {
  margin: 20px 0;
}

.suggest_frame textarea, .report_frame textarea {
  width: 460px;
  height: 175px;
  border: 1px solid rgba(46, 71, 32, 0.2);
  padding: 15px;
  color: #fff;
  border: 0;
  font-size: 16px;
  line-height: 16px;
  background: rgba(46, 71, 32, 0.2);
  border-radius: 20px;
  display: block;
  margin: auto;
  box-sizing: border-box;
}

.suggest_frame .FeedbackContact, .report_frame .FeedbackContact {
  width: 460px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: rgba(46, 71, 32, 0.2);
  border: 0px;
  margin: 10px 0 0 0;
  color: #fff;
  padding-left: 15px;
  box-sizing: border-box;
}

.suggest_frame .comment-submit, .report_frame .comment-submit {
  width: 100%;
  overflow: hidden;
}

.suggest_frame .comment-submit span, .report_frame .comment-submit span {
  background: #70FFF7;
  border-radius: 20px;
  width: 96px;
  height: 40px;
  display: block;
  overflow: hidden;
  cursor: pointer;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  color: #1E474D;
  float: right;
  margin-right: 16px;
}

.suggest_frame .popup-close, .report_frame .popup-close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: -32px;
  top: -32px;
  cursor: pointer;
}

.suggest_frame .popup-close i, .report_frame .popup-close i {
  width: 26px;
  height: 26px;
  background: url(../images/popup_close3.png) 0 0 no-repeat;
  display: block;
}

.confirm_frame {
  width: 310px;
  height: 168px;
  background: #0C1012;
  position: fixed;
  top: 45%;
  left: 50%;
  margin: -84px 0 0 -155px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
}

.confirm_frame .textarea {
  margin: auto;
  margin-top: 37px;
  width: 300px;
  height: 24px;
  color: #fff;
  border: 0;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.confirm_frame .explain {
  margin: auto;
  margin-top: 12px;
  width: 300px;
  height: 16px;
  color: #9b9b99;
  border: 0;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.confirm_frame .comment-submit {
  width: 225px;
  margin: auto;
  margin-top: 32px;
  overflow: hidden;
}

.confirm_frame .comment-submit span {
  display: block;
  float: left;
  width: 96px;
  height: 34px;
  overflow: hidden;
  cursor: pointer;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  border-radius: 17px;
  font-size: 16px;
}

.confirm_frame .comment-submit .js_confirm_submit {
  background: #70FFF7;
  margin-right: 16px;
}

.confirm_frame .comment-submit .confirm_cancel {
  border: 1px solid #fff;
  color: #fff;
}

.confirm_frame .popup-close {
  width: 26px;
  height: 26px;
  position: absolute;
  right: -26px;
  top: -26px;
  cursor: pointer;
}

.confirm_frame .popup-close i {
  width: 26px;
  height: 26px;
  position: absolute;
  background: url(../images/popup_close3.png) 0 0 no-repeat;
}

.refresh_confirm_frame {
  width: 310px;
  height: 168px;
  background: #0C1012;
  position: fixed;
  top: 45%;
  left: 50%;
  margin: -84px 0 0 -155px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
}

.refresh_confirm_frame .textarea {
  margin: auto;
  margin-top: 37px;
  width: 300px;
  height: 24px;
  color: #fff;
  border: 0;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.refresh_confirm_frame .explain {
  margin: auto;
  margin-top: 12px;
  width: 300px;
  height: 16px;
  color: #9b9b99;
  border: 0;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.refresh_confirm_frame .comment-submit {
  width: 225px;
  margin: auto;
  margin-top: 32px;
  overflow: hidden;
}

.refresh_confirm_frame .comment-submit span {
  display: block;
  float: left;
  width: 96px;
  height: 34px;
  overflow: hidden;
  cursor: pointer;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  border-radius: 17px;
  font-size: 16px;
}

.refresh_confirm_frame .comment-submit .js_refresh_confirm_submit {
  background: #70FFF7;
  margin-right: 16px;
}

.refresh_confirm_frame .comment-submit .confirm_cancel {
  border: 1px solid #fff;
  color: #fff;
}

.refresh_confirm_frame .popup-close {
  width: 26px;
  height: 26px;
  position: absolute;
  right: -26px;
  top: -26px;
  cursor: pointer;
}

.refresh_confirm_frame .popup-close i {
  width: 26px;
  height: 26px;
  position: absolute;
  background: url(../images/popup_close3.png) 0 0 no-repeat;
}

.popup-video {
  width: 1000px;
  height: 260px;
  box-shadow: 0 0 4px #e4e4e6;
  position: fixed;
  margin: 0 auto;
  padding: 0 0 15px 0;
  border-radius: 4px;
  background: #fff;
  padding: 20px;
}

.popup-video-close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: -30px;
  top: -30px;
  cursor: pointer;
}

.popup-video-close i {
  width: 20px;
  height: 20px;
  background: url(../images/popup_close3.png) no-repeat;
  position: fixed;
}/*# sourceMappingURL=base2.css.map */