/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/qwks/scss/app.scss ***!
  \***********************************************************************************************************************************************************/
/* By Athlon Front-End Team */
/* Core variables */
/**
 * Variables
*/
/* Typography */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* Components */
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* CSS print */
/**
 * Print Stylesheet
*/
@media print {
  @page {
    margin: 1cm;
  }
  body {
    background: #fff;
    color: #000;
  }

  a {
    page-break-inside: avoid;
  }

  blockquote {
    page-break-inside: avoid;
  }

  table,
pre {
    page-break-inside: avoid;
  }

  ul, ol, dl {
    page-break-before: avoid;
  }
}
/* Mixins, helpers and functions */
/**
 * Helper mixins
*/
/* Vendor */
/* Components */
/* Browser specific styles */
/**
 * Dirty hacks, yes internet explorer, we are looking at you
*/
/* Demo Page styles */
body {
  background: #7ba2e1 url(//www.cnr.cn/zhmyh/2022225/images/s_background.png?v=2) no-repeat top center;
  min-width: 1200px;
}

.wrapper {
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.wrapper a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.top {
  background: url(//www.cnr.cn/zhmyh/2022225/images/top.png) no-repeat top center;
  width: 100%;
  height: 64px;
  line-height: 64px;
  overflow: hidden;
}

.logo {
  background: url(//www.cnr.cn/zhmyh/2022225/images/logo.png?v=2) no-repeat top center;
  background-size: 172px auto;
  width: 172px;
  height: 49px;
  float: left;
  margin-top: 6px;
}

.nav {
  margin-left: 45px;
  margin-top: 23px;
  width: 635px;
  float: left;
}

.nav li {
  float: left;
  line-height: 18px;
}

.nav li.xhx {
  background: url(//www.cnr.cn/zhmyh/2022225/images/xhx.png) no-repeat center;
  background-size: 48px 20px;
  height: 29px;
}

.nav li a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  display: block;
  padding: 0 24px;
  border-right: 1px solid #fff;
}

.download {
  float: right;
}

.download .goto-complain {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  float: left;
  padding-right: 10px;
}

.download .app {
  background: url(//www.cnr.cn/zhmyh/2022225/images/app.png) no-repeat top center;
  width: 95px;
  height: 34px;
  float: right;
  margin-top: 14px;
}

.download .app a {
  display: block;
  height: 34px;
}

.login_wrapper {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}

.pop {
  position: absolute;
  left: 50%;
  top: 50%;
}

.pop-phone-msg {
  width: 800px;
  height: 600px;
  position: absolute;
  left: -400px;
  top: -300px;
  border: 1px solid #bdb8b8;
  background-color: #fff;
  border-radius: 3px;
  padding: 30px;
}

.login-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-title .close-login {
  position: absolute;
  top: -20px;
  right: -18px;
}

.login-title h1 {
  width: 100%;
  font-weight: normal;
  display: inline;
  font-size: 30px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.user-msg {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 auto;
  position: relative;
}

.phone-head {
  width: 400px;
  margin: 0 auto;
  display: flex;
}

.phone-head p {
  width: 58px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #d9d9d9;
  border-right: 0;
}

.tipss {
  line-height: 26px;
  width: 402px;
  height: 26px;
  margin: 0 auto;
  padding-left: 5px;
  font-size: 14px;
}

.tipss.alertTip {
  color: #E0281E;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 14px;
}

.phone-head {
  width: 400px;
  margin: 0 auto;
  display: flex;
}

.user-msg input {
  display: block;
  width: 386px;
  height: 44px;
  font-size: 14px;
  padding-left: 12px;
  margin: 0 auto;
  border: 1px solid #d9d9d9;
}

.verify-code .btn-default {
  width: 120px;
  background-color: #7ba2e1;
  border: 0;
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
  padding-left: 0;
}

.login-btn {
  display: block;
  margin: 0 auto;
  height: 46px;
  font-size: 16px;
  background-color: #7ba2e1;
  border: 0;
  color: #fff;
  width: 400px;
  margin-top: 14px;
  cursor: pointer;
}

.form .input_wrapper {
  position: relative;
  background: url(//www.cnr.cn/zhmyh/2022225/images/search-main.png) no-repeat left top;
  width: 778px;
  height: 50px;
  font-size: 0;
  margin: 0 auto;
}

.form .input_wrapper input[type=text] {
  border: none;
  font-size: 14px;
  color: #b8b8b8;
  font-style: normal;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 55px;
  margin: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
}

.form .input_wrapper button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent url(//www.cnr.cn/zhmyh/2022225/images/icon_search.png) no-repeat center;
  height: 50px;
  width: 95px;
  border: none;
  outline: 0;
  cursor: pointer;
}

.zy {
  background: url(//www.cnr.cn/zhmyh/2022225/images/zy.png?v=2) no-repeat top center;
  width: 792px;
  height: 23px;
  margin: 0 auto;
}

.ys_tc {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999999;
}

.ys_tc .close-login {
  position: absolute;
  top: calc(50vh - 340px);
  right: calc(50vw - 210px);
}

.box {
  width: 340px;
  margin: calc(50vh - 300px) auto 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px 20px 20px 20px;
  height: 605px;
}

.box p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 3;
}

.s_row1 {
  width: 1312px;
  height: 405px;
  position: relative;
  margin: 0 auto;
}

.s_row1 .qwks_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1312px;
  height: 405px;
  background: url(//www.cnr.cn/zhmyh/2022225/images/kuang15.png?v=2) no-repeat;
}

.s_row1 .w617 {
  width: 1132px;
  margin: 0 auto;
  position: relative;
}

.s_row1 .w617 .title {
  background: url(//www.cnr.cn/zhmyh/2022225/images/kuang2.png) no-repeat;
  width: 118px;
  height: 34px;
  margin: 80px 0 20px 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 1px;
  float: left;
}

.s_row1 .w617 .line1 {
  float: left;
  margin-top: 85px;
}

.s_row1 .w617 span {
  background: #2ba981;
  width: 85px;
  height: 24px;
  text-align: center;
  border-radius: 20px;
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  float: left;
}

.s_row1 .w617 .line1 ul {
  margin-top: 0;
}

.s_row1 .w617 ul {
  width: 959px;
  float: left;
  margin-top: 5px;
}

.s_row1 .w617 ul li {
  float: left;
  height: 24px;
  line-height: 24px;
  padding: 0 4px;
  margin-bottom: 5px;
  border-right: 1px solid #000;
}

.s_row1 .w617 ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 0 7px;
}

.fgx {
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #eaeef2;
  margin: 0 auto 10px;
  clear: both;
}

.s_row1 .w617 ul li.act a {
  background: #ea6a5f;
  color: #fff;
  border-radius: 20px;
  padding: 0 7px;
}

.cb {
  position: fixed;
  right: 50%;
  top: 20%;
  margin-right: -700px;
  z-index: 8;
  width: 90px;
}

.toTop {
  background: url(//www.cnr.cn/zhmyh/2022225/images/icon_goTop.png) no-repeat center;
  width: 44px;
  height: 45px;
  margin: 0 auto;
  cursor: pointer;
}

.bdshare-buttons {
  position: relative;
  background: url(//www.cnr.cn/zhmyh/2022225/images/fenxiang.png) no-repeat center 0;
  padding-top: 25px;
}

.shares .qwks {
  display: block;
  background: url(//www.cnr.cn/zhmyh/2022225/images/qwks.png) no-repeat 0 0;
  width: 78px;
  height: 61px;
  margin: 15px auto 18px;
  cursor: pointer;
}

.shares .bds_weixin {
  display: block;
  background: url(//www.cnr.cn/zhmyh/2022225/images/icon_weixin.png) no-repeat 0 0;
  width: 45px;
  height: 44px;
  margin: 15px auto 18px;
}

.shares .bds_tsina {
  display: block;
  background: url(//www.cnr.cn/zhmyh/2022225/images/icon_weibo.png) no-repeat 0 0;
  width: 45px;
  height: 44px;
  margin: 0 auto 18px;
}

.shares .bds_qzone {
  display: block;
  background: url(//www.cnr.cn/zhmyh/2022225/images/icon_qqzone.png) no-repeat 0 0;
  width: 45px;
  height: 44px;
  margin: 0 auto 18px;
}

.cntvshare_weixin {
  top: 35% !important;
  margin-left: -240px !important;
}

.s_row2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}

.s_row2 .wrap {
  background: url(//www.cnr.cn/zhmyh/2022225/images/kuang4.png) no-repeat center;
  width: 25%;
  height: 348px;
  position: relative;
  margin-bottom: 80px;
}

.s_row2 .wrap .message {
  display: block;
  background: url(//www.cnr.cn/zhmyh/2022225/images/message.png) no-repeat center;
  background-size: 81px auto;
  width: 81px;
  height: 48px;
  position: absolute;
  top: -57px;
  right: 23px;
  z-index: 2;
  cursor: pointer;
}

.s_row2 .wrap .img img {
  position: absolute;
  width: 110px;
  height: 110px;
  left: 90px;
  top: -11px;
  transform: scale(1.2);
  border-radius: 100px;
  cursor: pointer;
}

.s_row2 .wrap .rz {
  display: block;
  background: url(//www.cnr.cn/zhmyh/2022225/images/icon.png) no-repeat center;
  background-size: 92px auto;
  width: 92px;
  height: 30px;
  position: absolute;
  top: -6px;
  left: 19px;
  z-index: 2;
}

.s_row2 .wrap .icon {
  display: block;
  background: url(//www.cnr.cn/zhmyh/2022225/images/hot.png) no-repeat center;
  background-size: 58px auto;
  width: 58px;
  height: 25px;
  position: absolute;
  top: -6px;
  right: 19px;
}

.s_row2 .wrap .unlike {
  display: block;
  background: url(//www.cnr.cn/zhmyh/2022225/images/unlike.png) no-repeat center;
  background-size: 74px auto;
  width: 74px;
  height: 81px;
  position: absolute;
  top: 100px;
  left: 74px;
  z-index: 2;
  cursor: pointer;
}

.s_row2 .wrap .like {
  display: block;
  background: url(//www.cnr.cn/zhmyh/2022225/images/like.png) no-repeat center;
  width: 74px;
  height: 81px;
  position: absolute;
  top: 100px;
  left: 74px;
  z-index: 2;
  cursor: pointer;
}

.s_row2 .wrap .share {
  display: block;
  background: url(//www.cnr.cn/zhmyh/2022225/images/share.png) no-repeat center;
  width: 74px;
  height: 81px;
  position: absolute;
  top: 100px;
  right: 73px;
  z-index: 2;
  cursor: pointer;
}

.s_row2 .wrap .name {
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  font-weight: 600;
  cursor: pointer;
}

.s_row2 .wrap .jj {
  width: 150px;
  font-size: 14px;
  color: #8d8d8d;
  display: block;
  line-height: 25px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
}

.s_row2 .wrap .bottom {
  margin-top: 200px;
  text-align: center;
}

.tip {
  font-size: 33px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
