@charset "UTF-8";
@import url("edittext.css");
@import url("layout.css");
@import url("iview.css");

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

:focus {
  outline: 0
}

ins {
  text-decoration: none
}

del {
  text-decoration: line-through
}

/*html5 reset*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*section,article,aside,header,footer,nav,dialog,figure{display:block;}*/

menu,
figure {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  /* min-width: 1170px; */
  background-color: #fff;
  color: #555;
  /* font: normal 14px/1.5 "Microsoft YaHei", Simsun, arial, verdana, sans-serif; */
  /* TODO: story#1346 */
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

/*#index body{ padding-top:110px;}*/

img {
  vertical-align: middle;
}

/*resize bootstrap*/

/* p {
  margin-bottom: 1.2em;
} */

input,
select,
textarea {
  font-size: 14px;
}

ul,
ol,
menu {
  list-style: none;
}

/*
*,
*:before,
*:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
*/

a {
  color: #555;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #ed7423;
}

::-webkit-input-placeholder {
  color: #c5c8ce;
}

input::-moz-placeholder {
  color: #c5c8ce;
}

::-webkit-textarea-placeholder {
  color: #c5c8ce;
}

textarea::-moz-placeholder {
  color: #c5c8ce;
}

/*text style*/

.t12 {
  font-size: 12px;
}

.t14 {
  font-size: 14px;
}

.t16 {
  font-size: 16px;
}

.t18 {
  font-size: 18px;
}

.t20 {
  font-size: 20px;
}

.t22 {
  font-size: 22px;
}

.t48 {
  font-size: 48px;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.gray {
  color: #ccc;
}

.red {
  color: #db0210;
}

.blue {
  color: #03f;
}

.green {
  color: #008000;
}

.mcolor {
  color: #900;
}

.b {
  font-weight: bold;
}

.clear {
  clear: both;
}

.delete {
  text-decoration: line-through;
}

.nob {
  border: none;
  background: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.float_left {
  float: left;
  padding: 7px;
}

.float_right {
  float: right;
  padding: 7px;
}

.img_float_left {
  float: left;
  clear: left;
  margin: 0 8px 10px 0;
}

.img_float_right {
  float: right;
  clear: right;
  margin: 0 0 10px 8px;
}

.highlight {
  background: #ff0;
}

.thin {
  font-weight: lighter;
}

.error_tips,
.notice_tips,
.success_tips {
  padding: .3em .8em;
  margin-bottom: 1em;
  border: 2px solid #ddd;
  white-space: nowrap;
}

.error_tips {
  background: #FBE3E4;
  color: #8a1f11;
  border-color: #FBC2C4;
}

.notice_tips {
  background: #FFF6BF;
  color: #514721;
  border-color: #FFD324;
}

.success_tips {
  background: #E6EFC2;
  color: #264409;
  border-color: #C6D880;
}

.center {
  text-align: center;
}

.errorMessage {
  color: #f00;
}

.hidden {
  display: none;
}

.oh {
  overflow: hidden;
}

.lefthalf {
  float: left;
  width: 48%;
}

.righthalf {
  float: right;
  width: 48%;
}

/*all*/

.submit {
  cursor: pointer;
  overflow: visible;
}

.radio,
.checkbox,
input[type="radio"],
input[type="checkbox"] {
  margin: 0 5px 3px 0;
}

.input,
.textarea {
  padding: 5px;
  border: none;
  background-color: #eeeeee;
  color: #333;
  vertical-align: middle;
}

.textarea {
  resize: none;
}

.formlist .input,
.formlist .textarea {
  -webkit-transition: -webkit-box-shadow .5s ease;
  -moz-transition: -moz-box-shadow .5s ease;
  -ms-transition: -moz-box-shadow .5s ease;
  transition: box-shadow .5s ease;
}

.formlist .input:focus,
.formlist .textarea:focus {
  border: 1px solid #ffae00;
  -webkit-box-shadow: 0 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  color: #333;
  /*box-shadow:0 0 8px #FFAE00, 1px 1px 1px #eee inset;*/
}

body .formlist li .w_small {
  width: 50px;
}

body .formlist li .w_default {}

body .formlist li .w_large {}

/**/

.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
}

.subslidecon:after,
.searchform:after,
.messtext .messbott:after,
.messtop:after,
.seldatacon:after,
.res_sel:after,
.signform li:after,
.searchtab:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
}

/* ---------------------------------------------------------- */
.PC-view {
  display: block;
}

.mobile-view {
  display: none;
}

.PC-view-inlineblock {
  display: inline-block;
}

.mobile-view-inlineblock {
  display: none;
}

@media (max-width: 768px) {
  .PC-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }

  .PC-view-inlineblock {
    display: none;
  }

  .mobile-view-inlineblock{
    display: inline-block;
  }
}


body,
html {
  height: 100%;
  background: #F6F6F6;
}

.cont_main {
  /* overflow: auto; */
  /* height: calc(100vh - 140px); */
  /* padding-bottom: 28px; */
  display: flex;
  flex-direction: column;
}

.cont_rt,
.cont_lf {
  /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
  -ms-overflow-style: none;
  /*火狐下隐藏滚动条*/
  overflow: -moz-scrollbars-none;
}

/*滚动条样式*/
.conboxcon_1::-webkit-scrollbar,
.cont_rt::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /* height: 100%; */
  /*高宽分别对应横竖滚动条的尺寸*/
}

.conboxcon_1::-webkit-scrollbar-thumb,
.cont_rt::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  background: #DFDFDF;
}

.conboxcon_1::-webkit-scrollbar-track,
.cont_rt::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 0;
  background: transparent;
}

.conboxcon_1,
.conboxcon,
.reset-row,
.reset-container,
.contentbox {
  height: 100%;
}

.coll-select-opt {
  font-size: 16px;
  text-align: center;
  line-height: 3.4;
  color: #252525;
  width: 100%;
}

.open_icon {
  display: none;
}

.reset-navbar-nav li {
  position: relative;
  display: block;
}

.reset-navbar-nav>ul>li {
  border: 1px solid transparent;
  border-top: none;
  border-bottom: none;
}

.reset-navbar-nav>ul>li.active>a {
  color: #FF8859 !important;
  background: url(../images/nav_cur_new.png) no-repeat center bottom;
}

/* .reset-navbar-nav>ul>li.cur>a {
  background: url(../images/nav_cur_new.png) no-repeat center bottom;
  color: #FF8859 !important;
} */
.reset-navbar-nav>ul>li:hover {
  border: 1px solid #FF8859;
  border-top: none;
  border-bottom: none;
}

.reset-navbar-nav>ul>li:hover>a {
  /* background: url(../images/nav_cur_new.png) no-repeat center bottom; */
  text-decoration: none;
  color: #FF8859 !important;
}

.reset-navbar-nav>ul>li:hover:after {
  content: '';
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  right: auto;
  height: 1px;
  width: 100%;
  z-index: 2008;
  background-color: #e7e7e7;
}

.navbar_tp_bd {
  height: 6px;
  width: 100%;
  background-image: linear-gradient(-180deg, #FF8859 0%, #F39800 100%);
}

.navbar-nav .secnav {
  position: absolute;
  z-index: 2006;
  left: -1px;
  top: 56px;
  /* width: 315px; */
  width: 390px;
  padding: 0;
  display: none;
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.navbar-nav .secnav ul {
  padding: 25px 0;
  /* border-top: 4px solid #f39800; */
  border: 1px solid #FF8859;
  border-top: none;
  left: auto;
  float: none;
  overflow: hidden;
}

.navbar-nav .secnav ul:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  height: 1px;
  width: 100%;
  background-color: #FF8859;
}

.reset-navbar-nav li li {
  float: left;
  height: auto;
  line-height: 20px;
  /* width: 135px; */
  width: 190px;
  text-align: left;
  right: auto;
  padding: 0 5px 6px 30px;
  white-space: nowrap;
  overflow: hidden;
  zoom: 1;
}

.reset-navbar-nav li li.line {
  border-top: none;
}

.reset-navbar-nav li li a,
.reset-navbar-nav li.cur li a {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #444;
  padding: 0;
  width: auto;
  text-align: left;
}

.reset-navbar-nav li li span {
  padding: 0;
  display: inline-block;
  cursor: pointer;
}

.reset-navbar-nav li.cur li a,
.reset-navbar-nav .active li a {
  border: none;
  background: none;
  color: #444;
}

.reset-navbar-nav li li a:hover {
  color: #f39800;
  background: none;
}

.reset-navbar-nav li li a.links span {
  /* background: url(../images/links.png) no-repeat right center; */
  background-image: url(../images/links.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 18px 0 0;
}

.cont_body a.bankbtn {
  background-image: url(../images/links_white.png);
  background-repeat: no-repeat;
  background-position: 91% center;
}

.reset-navbar-nav li li.vpn span:after {
  content: '\0020';
  display: inline-block;
  margin-left: 5px;
  width: 26px;
  height: 15px;
  background: url(../images/ico_vpn.png) no-repeat right 0;
}

.nav_vpn_desc {
  font-size: 12px;
  text-align: left;
  display: block !important;
  width: 100% !important;
  margin-top: 4px;
  color: #222;
  padding-bottom: 0 !important;
}

.nav_vpn_desc a.underln {
  font-size: 12px!important;
  text-decoration-color: #f39800 !important;
  color: #f39800 !important;
}

.nav_vpn_desc a.underln:hover {
  color: #f39800 !important;
}

.reset-navbar-nav li ul:after {
  overflow: hidden;
  zoom: 1;
}

.navbar-nav .secnav .tips_vpn {
  position: relative;
  margin-top: -20px;
  padding: 0 20px 20px;
  line-height: 1.5;
  background-color: #fff;
  color: #ef8823;
}

.navbar-nav .secnav .tips_vpn a {
  display: inline;
  margin: 0 2px;
  padding: 0;
  width: auto;
  background: none;
  font-size: 14px;
  color: #ef8823;
  text-align: left;
}

.navbar-nav .secnav .tips_vpn .img {
  vertical-align: middle;
  margin: 0 2px;
}

.reset-navbar-right {
  padding: 12px 0;
  /* width: 162px; */
  position: relative;
}

.reset-navbar-right>li {
  /* margin-right: 15px; */
}

.navbar-btn {
  height: 30px;
  font-size: 12px;
  color: #FFFFFF !important;
  letter-spacing: -0.29px;
  border: none;
  background-color: #FF8859;
  background: linear-gradient(-180deg, #FF8859 0%, #F39800 100%);
  /* margin: 6px 0 0 0; */
  border-radius: 0;
  margin: 0;
  line-height: 30px !important;
  padding: 0 15px !important;
}

.navbar-btn:hover {
  box-shadow: 0 0 6px 0 rgba(220, 118, 0, 0.25);
  color: #fff !important;
}


/* TODO: story#1346 */
.side_nav {
  width: 76px;
  z-index: 91;
  height: 100%;
  border-left: 1px solid #E5E5E5;
  background: #fff;
  top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  right: 0;
}
/* TODO: story#1346 */
.search_opt {
  display: none;
  width: 100%;
  position: relative;
  background: #fff;
  height: 57px;
}

#search_btn {
  /* background: url(../images/side_nav_search.png) no-repeat 50% 50%; */
  background: #fff;
  width: 100%;
  height: 57px;
  border: none;
  border-right: 1px solid #E5E5E5;
  /* box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.09); */
}

.search_opt i.iconfont {
  position: absolute;
  top: 0;
  /* height: 100%; */
  width: 100%;
  text-align: center;
  line-height: 57px;
  left: 0;
  font-size: 24px;
  color: #FF8859;
  cursor: pointer;
}

#search-text {
  background: #fff;
  width: 270px;
  height: 84%;
  border: 1px solid #DFDFDF;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.07);
  position: absolute;
  bottom: 5px;
  left: -1px;
  padding: 0 23px;
  caret-color: #FF8859;
  z-index: -1;
  /* border-left: 1px solid #FF8859; */
}

#search-text::-webkit-input-placeholder {
  font-size: 14px;
  color: #000000;
  padding-left: 4px;
}

#search-text::-moz-placeholder {
  font-size: 14px;
  color: #000000;
  padding-left: 4px;
}

#search-text:-moz-placeholder {
  font-size: 14px;
  color: #000000;
  padding-left: 4px;
}

#search-text:-ms-input-placeholder {
  font-size: 14px;
  color: #000000;
  padding-left: 4px;
}


.side_nav_list {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  overflow: auto;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #5b5b5b;
  padding-top: 4.6em;
}

.old_v{
    font-size: 12px;
    line-height: 32px!important;
    padding: 0!important;
    margin-bottom: 0;
}
.old_v:hover{
  color: #F39800!important;
}
/* .side_nav_list>li:nth-child(1) {
  margin-top: 34px;
} */


.side_nav_subcont {
  position: absolute;
  top: 0;
  left: 0px;
  background: #FFFFFF;
  width: 130px;
  height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-top: 2px solid #FF8859;
  z-index: -1;
}

.side_nav_subcont:after {
  content: '';
  position: absolute;
  left: auto;
  top: 0;
  bottom: 0px;
  right: -1px;
  height: 70px;
  width: 1px;
  background-color: #fff;
}

.side_nav_subcont li {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
}

.side_nav_hover_reset {
  color: #000 !important;
  border-top: 2px solid #FF8859 !important;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.09);
}

.side_nav_list li {
  margin-top: 6.6%;
  position: relative;
}

.side_nav_list li,
.side_nav_list li a {
  width: 100%;
  /* border-top: 2px solid transparent;
  border-bottom: 1px solid transparent; */
}

.side_nav_list li a {
  font-size: 12px;
  color: #fff;
  letter-spacing: -0.29px;
  text-align: center;
  padding: 11.2% 0;
  /* background-position: left 23px; */
    -webkit-transition: all ease .7s;
    -moz-transition: all ease .7s;
    -ms-transition: all ease .7s;
    -o-transition: all ease .7s;
    transition: all ease .7s;
}

/* .side_nav_list li a img {
  margin: 0 auto;
  padding: 6px 12px 12px;
} */

.side_nav_list li a,
.side_nav_list li a img,
.side_nav_list li a>span {
  display: block;
}

.side_nav_list li a>span {
  width: 50px;
  height: 40px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.side_nav_list li.item_1 a>span {
  background-image: url(../images/lib_intro_sidenav_1.png);
  /* background-size:  58%; */
}

.side_nav_list li.item_2 a>span {
  background-image: url(../images/lib_intro_sidenav_3.png);
  /* background-size: 58%; */
}

.side_nav_list li.item_3 a>span {
  background-image: url(../images/lib_intro_sidenav_5.png);
  /* background-size: 58%; */
}

.side_nav_list li.item_4 a>span {
  background-image: url(../images/lib_intro_sidenav_6.png);
  /* background-size: 58%; */
}

.side_nav_list li.item_5 a>span {
  background-image: url(../images/lib_intro_sidenav_7.png);
  /* background-size: 58%; */
}

.side_nav_list li.item_6 a>span {
  background-image: url(../images/lib_intro_sidenav_8.png);
  /* background-size: 58%; */
}

.side_nav_list li.item_7 a>span {
  background-image: url(../images/lib_intro_sidenav_2.png);
  /* background-size: 58%; */
  background-size: 27px 24px;
}

.side_nav_list li.item_10 a>span {
  background-image: url(../images/lib_intro_sidenav_10.png);
}

.hover_side_nav_list {
  color: #FFFFFF !important;
  background: #FF8859;
}


/* TODO: story#1346 */
.reset-navbar {
  margin-bottom: 0;
  background-color: #FFFFFF;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.09);
  /* background-image: url(../images/line_header.png); */
  /* background-repeat: no-repeat; */
  /* background-position: 55% top; */
  /* padding-top: 6px; */
  top: 0;
  z-index: 5001;
  width: calc(100%);
  position: fixed;
  border: none;
  border-radius: 0;
}

.nav>ul>li {
  padding: 0 14px;
}

.reset-navbar-nav>ul>li>a {
  font-size: 16px;
  color: #222222;
  letter-spacing: -0.34px;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 18px 10px 15px 10px;
  cursor: pointer;
}

/* .reset-navbar-nav>ul>li:hover>a,
.reset-navbar-nav>ul>li.active>a {
  color: #FF8859 !important;
  background: url(../images/nav_cur_new.png) no-repeat center bottom;
} */
.search_tg_wind {
  position: absolute;
  width: 100%;
  background: #fff;
  top: 100%;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.09);
  left: 0;
  text-align: center;
  padding: .9% 0;
}

.search_tg_wind .submit {
  background-image: linear-gradient(-180deg, #FF8859 0%, #F39800 100%);
  border: none;
  color: #fff;
  outline: none;
  height: 100%;
  width: 4%;
  font-size: 14px;
}

.search_tg_wind .input {
  background: none;
  border: 1px solid #D6D6D6;
  padding: 0px 15px;
  color: #333;
  height: 100%;
  width: 20%;
}

.search_tg_wind .search_form {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.search_tg_wind .input::placeholder {
  opacity: 0.59;
  font-size: 16px;
  color: #888888;
}

.personal-center-btn {
  float: right;
  display: flex;
  align-items: center;
  margin-right: 3%;
  margin-top: 8px;
}

.personal-center-btn .ico {
  vertical-align: middle;
  font-size: 28px;
  color: #fff;
}

.personal-center-btn img {
  width: 28px;
  height: 28px;
}


.navbar-default .navbar-toggle {
  border: none;
}
.navbar-toggle .icon-bar {
  width: 28px;
}
.navbar-toggle .icon-bar + .icon-bar{
  margin-top: 6px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: none;
}


.reset-navbar-brand {
  z-index: 5002;
  height: auto;
  padding: 0;
  position: absolute;
  top: 0px;
  background-image: linear-gradient(-180deg, #FF8859 0%, #F39800 100%);
  /*left: 5.2%;
  padding: 7px;
  width: 8%;*/
    left: 2.2%;
  padding: 7px;
    width: 12%;
  max-width: 200px;
}

.reset-navbar-brand>img{
  width: 100%;
}

.reset-navbar-brand-fold {
  padding: 0;
  position: fixed;
  top: -52px;
  left: 5.2%;
}

/* .reset-navbar-brand>img {
  width: 95px;
  height: 113px;
} */

.reset-navbar-collapse {
  padding: 0 8% 0 12%;
  border-top: none;
  height: 480px;
}

.select-opt {
  /* position: absolute !important; */
  /* right: 15px; */
  /* margin: 0; */
  cursor: pointer;
  width: 47px;
  /* height: 66px; */
  text-align: center;
  border: 1px solid transparent;
}

.select-opt-vis {
  font-size: 12px;
  color: #1D1D1D;
  letter-spacing: -0.29px;
  line-height: 2.6;
}

.select-opt a.select-opt-vis {
  line-height: 30px;
  margin-bottom: 0;
  padding: 0;
}

.reset-container {
  width: 100%;
}

.reset-pad {
  padding: 0;
}

.reset-row {
  margin: 0;
  padding-top: 61px;
  padding-right: 76px;
  display: flex;
  align-items: stretch;
}

.reset-row>div.reset-pad {
  height: 100%;
}

.back-top-opt {
  position: fixed;
  top: 90%;
  right: 4.4%;
  z-index: 801;
  width: 70px;
  height: 66px;
}

.back-top-opt>span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/to_top.png) no-repeat center center;
  background-size: cover;
}

.back-top-opt:hover {
  cursor: pointer;
  box-shadow: 0 0 6px 0 rgba(220, 118, 0, 0.25);
}

.conboxcon {
  border-top: none;
}

.sidebar-box {
  position: relative;
  height: 100%;
}

/* .sidebar-box.class_0 {
  background-image: url(../images/side_nav_bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.sidebar-box.class_1 {
  background-image: url(../images/side_nav_bg_2.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.sidebar-box.class_2 {
  background-image: url(../images/side_nav_bg_3.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.sidebar-box.class_3 {
  background-image: url(../images/side_nav_bg_4.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.sidebar-box.class_4 {
  background-image: url(../images/side_nav_bg_5.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.sidebar-box.class_5 {
  background-image: url(../images/side_nav_bg_6.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
} */

.sidebar {
  position: absolute;
  top: 60px;
  right: 36px;
  width: 240px;
  min-height: 378px;
  background: #FFFFFF;
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.25);
}

.sidebar:hover {
  box-shadow: 0 0 8px 0 rgba(255, 191, 104, 0.64);
}

.sidebar header {
  height: 80px;
  border-bottom: 3px solid #FF8859;
  position: relative;
}

.sidebar .title {
  font-size: 30px;
  color: #FF8859;
  letter-spacing: 0;
  text-align: right;
  position: absolute;
  bottom: 7px;
  right: 21px;
}

.sidelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  padding: 20px 0;
}

.sidelist li {
  text-align: right;
  width: 45%;
  margin: 6.2% 0;
}

.sidelist li:nth-child(2n+1) {
  margin-right: 10px;
  width: 41%;
}

.sidelist li a {
  padding: 5px 0 5px 3px;
  position: relative;
  /* white-space: nowrap; */
}

.sidelist li a.links i {
  /* background: url(../images/sub_link_icon.png) no-repeat right center; */
}

.sidelist li.active a {
  color: #FF8859;
  background: url(../images/sub_nav_bg.png) no-repeat right bottom;
}

.sidelist li:hover a {
  color: #FF8859;
  background: url(../images/sub_nav_bg.png) no-repeat right bottom;
}

.sidelist>li>a i {
  position: absolute;
  right: -14px;
  /* width: 12px;
  top: 22%;
  height: 12px; */
  font-size: 12px;
}

/* ------------------------------------------------------ */

.conboxcon_1 {
  position: relative;
  z-index: 10;
  background: #fff;
  overflow: auto;
  /* padding: 24px 0; */
  padding-top: 24px;
  position: relative;
}

.cont_mid_border {
  height: 1.2px;
  background: #E5E5E5;
}

.cont_sketch {
  padding: 0 7.8% 0 5.5%;
  position: relative;
}

.reset-breadcrumb {
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #888888;
  line-height: 28px;
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  padding: 0;
  position: relative;
  overflow: auto;
}

.reset-breadcrumb li,
.reset-breadcrumb li a {
  white-space: nowrap;
}

.reset-breadcrumb li.active {
  font-size: 20px;
}

.reset-breadcrumb li.active,
.reset-breadcrumb li:hover {
  color: #101010;
}

.reset-top-breadcrumb {
  margin-bottom: 0px;
  background-color: #fff;
  display: inline-block;
  line-height: 50px;
  padding: 0;
}

.reset-top-breadcrumb>.active,
.reset-top-breadcrumb li:hover {
  color: #101010;
}

.reset-breadcrumb>li:last-child::before,
.reset-top-breadcrumb>li:last-child::before {
  color: #FF8859;
}

.about_intro .cont_descript {
  text-indent: 2em;
  margin-bottom: 4.2%;
  font-size: 16px;
  color: #555555;
  letter-spacing: 0;
  text-align: justify;
  /* line-height: 30px; */
  /* padding: 0 0 0 7%; */
}

.cont_descript .title {
  margin-bottom: 3.3%;
  font-weight: normal;
  font-size: 18px;
  color: #222222;
  text-indent: 0;
  line-height: 33px;
}

.about_intro .cont_descript_emph {
  text-indent: 0;
  font-size: 18px;
  color: #222222;
  letter-spacing: 0;
  text-align: justify;
  line-height: 35px !important;
  margin-bottom: 15px !important;
}

.cont_sketch_head {
  font-size: 24px;
  color: #222222;
  letter-spacing: -0.58px;
  padding: 20px 0;
}

.cont_sketch_head:before {
  content: '';
  position: absolute;
  left: 55px;
  top: -1px;
  bottom: auto;
  right: auto;
  height: 3px;
  width: 66px;
  background-color: #FF8859;
}

.cont_sketch_head span {
  padding-left: 22px;
}

.cont_sketch_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* flex-direction: column-reverse; */
}

.cont_sketch_detail_left {
  width: 41%;
}

.cont_sketch_detail_left ul li {
  margin: 8px 0;
  /* font-size: 14px; */
  font-size: 16px;
  letter-spacing: 0;
  text-align: justify;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: url(../images/cont_bg.png) repeat center center;
}

.cont_sketch_detail_left ul li span {
  background: #ffffff;
}

.cont_sketch_detail_left ul li .field {
  color: #555555;
  padding-right: 10px;
}

.cont_sketch_detail_left ul li .value {
  color: #222222;
  padding-left: 13px;
  white-space: nowrap;
  max-width: 198px;
  display: inline-block;
  text-align: right;
}

.cont_sketch_detail_right {
  font-size: 12px;
  color: #555555;
  letter-spacing: 0;
  text-align: justify;
  width: 64%;
}

.cont_sketch_detail_right dl dt img {
  /* height: 272px; */
  width: 100%;
}

.cont_sketch_detail_right dl dd {
  padding-top: 8px;
}

/* ******************************************** */

/* 资讯-信息快递-内容样式 */

.cont_main_items {
  padding: 2.2% 7.8% 0 5.5%;
  /* border-top: 1px solid #e5e5e5; */
  margin-top: -1px;
  min-height: 296px;
}

.cont_main_items .info_set>li {
  font-size: 16px;
  letter-spacing: -0.38px;
  line-height: 65px;
  border-bottom: 1px solid #E5E5E5;
}

.cont_main_items .info_set>li a {
  display: flex;
  color: #222222;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.cont_main_items .info_set>li:hover a {
  color: #FF8859;
}

.cont_main_items .info_set>li .field {
  padding-left: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-box-orient: vertical;
  -moz-line-clamp: 1;
  -ms-box-orient: vertical;
  -ms-line-clamp: 1;
  overflow: hidden;
}

.cont_main_items .info_set>li .field b,
.lib_index .rt_mid .item_title {
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 1;
  display: -ms-box;
  -ms-box-orient: vertical;
  -ms-line-clamp: 1;
  overflow: hidden;
}

.cont_main_items .info_set>li .data {
  color: #555555;
  font-size: 14px;
  padding-left: 24px;
  padding-right: 13px;
}

.items_pagination {
  line-height: 34px;
  padding-top: 34px;
  font-size: 12px;
  text-align: center;
  padding-left: 55px;
}

.items_pagination,
.reset-pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.reset-pagination>li {
  margin-right: 6px;
}

.reset-pagination>li>a {
  color: #555555;
}

.reset-pagination>li>a:focus {
  background: #FF8859;
  color: #fff;
}

.reset-pagination {
  margin: 0;
  padding: 0 10px;
}

.reset-pagination>li>a,
.reset-pagination>li>span {
  padding: 8px 14px;
}

.reset-pagination>.active>a,
.reset-pagination>.active>span,
.reset-pagination>.active>a:hover,
.reset-pagination>.active>span:hover,
.reset-pagination>.active>a:focus,
.reset-pagination>.active>span:focus {
  background-color: #FF8859;
  border-color: #fff;
}

/* 
.items_pagination_nav li:first-child button, .items_pagination_nav li:last-child button {
  color: #AAA;
} */

.conboxcon_1 button:hover {
  box-shadow: 0 0 6px 0 rgba(220, 118, 0, 0.25);
}

/* .items_pagination_nav li button {
  width: 31px;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  font-size: 12px;
  color: #222222;
  margin-left: 10px;
} */

/* .items_pagination_nav li:last-child button {
  margin-right: 16px;
}

.items_pagination_nav li.active button {
  background: #FF8859;
  color: #fff;
} */

.skip_input {
  width: 48px;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  margin: 0 10px;
  padding: 8px 9px;
  font-size: 12px;
}

.page_skip button {
  width: 48px;
  height: 34px;
  background: #FF8859;
  border: none;
  color: #fff;
  margin-left: 16px;
}

input.xinBox {
  width: 68px;
  height: 34px;
  background: #FF8859;
  border: none;
  color: #fff;
  margin-left: 8%;
}

input.xinBox:hover {
  box-shadow: 0 0 6px 0 rgba(220, 118, 0, 0.25);
}

/* *********************************************************** */

/* 信息快递-资讯-资讯详情 */
.dl_1 a {
  color: #337ab7;
}

.dl_1 a:hover {
  color: #ed7423;
}

.cont_header {
  /* text-align: center; */
  padding: 14px 0 18px 0;
  padding-left: 10.6%;
  border-bottom: 1px solid #E5E5E5;
}

.cont-title {
  font-size: 24px;
  color: #fff;
  letter-spacing: -0.58px;
  line-height: 33px;
  /* padding: 0 2.4%; */
}
.cont-title a{
  color: #fff!important;  
}

.cont-subtitle {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 17px;
  margin-top: 8px;
}

.tit_mark{
  font-size: 12px;
  color: #fff;
  border: 1px solid #FFFFFF;
  font-style: normal;
  padding: 0 .2em;
  margin-right: .68em;
}

.cont_body {
  color: #101010;
  letter-spacing: 0;
  line-height: 36px;
  /* text-indent: 28px; */
  padding: 3.6% 10.6% 2.6%;
  min-height: 70%;
}

/* ***************************************** */

/* 资讯-资源动态-内容样式 */

.cont_main_nav {
  padding-right: 7.8%;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}

.cont_main_nav ul {
  display: flex;
  padding-left: 5.5%;
  width: 76%;
  margin-bottom: -1px;
  /* overflow: auto; */
}

.cont_main_nav ul li {
  background: #F9F9F9;
  margin-right: -1px;
  border: solid 1px #E5E5E5;
  white-space: nowrap;
  /* border-bottom: none; */
}

.cont_main_nav ul li a {
  display: inline-block;
  padding: 8px 26px;
  font-size: 14px;
  color: #222222;
  text-align: center;
}

.cont_main_nav ul li:last-child {
  border-right: 1px solid #E5E5E5;
}

.cont_main_nav ul li.active {
  background-color: transparent;
  border-bottom: 1px solid #fff;
  border-top: 3px solid #FF8859;
}

.cont_main_nav ul li.active a {
  color: #FF8859;
}

.cont_main_items .info_set>li>a i,
.lib_index .rt_mid .item_icon {
  /* width: 22px; */
  padding: 0 4px;
  height: 22px;
  font-size: 12px;
  display: flex;
  color: #FFFFFF;
  letter-spacing: -0.29px;
  margin-right: 14px;
  justify-content: center;
  align-items: center;
  font-style: normal;
}


.icon_new {
  background: #549B02;
}

.icon_test {
  background: #FF8859;
}

.icon_stop {
  background: #555555;
}

.icon_open {
  background: #589DFF;
}
.lib_index.version_ch .rt_mid .item_icon {
  height: auto;
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #555;
  display: flex;
  align-items: center;
  font-style: normal;
  background: transparent;
  width: 100%;
  justify-content: flex-start;
}

/* ********************************************* */

/* 数据库-资源 */

.searchbar {
  display: flex;
  width: 30%;
  justify-content: flex-end;
  padding-right: 0.4%;
}

.searchbar .select_btn {
  height: 30px;
  border: none;
  /* width: 14%; */
  white-space: nowrap;
  /* padding: 0 6%; */
  background-color: #fff;
  text-align: left;
  flex: 1;
  padding-left: 4.2%;
}

.select_btn span {
  padding-left: 4px;
  display: inline-block;
}

.select_btn span img.unfolded {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.searchbar .select_btn:hover {
  box-shadow: none;
}

.searchbar>form {
  flex: 8;
}

.cont_crumb_searchbar {
  display: flex;
  justify-content: space-between;
  padding: 0 7.8% 0 5.5%;
  flex-wrap: wrap;
}

.ressearch,
.ressearch>form {
  display: flex;
  align-items: center;
  width: 100%;
}

.ressearch .input {
  background: none;
  border: 1px solid #ddd;
  padding: 0px 10px;
  height: 40px;
  line-height: 30px;
  width: 84%;
  float: left;
  color: #333;
  margin: 0 -1px 0 0;
  background: #fff;
}


.ressearch .input:focus {
  border: 1px solid #FF8859;
}

.ressearch .submit {
  float: right;
  width: 16%;
  height: 40px;
  background-color: #FF8859;
  border: 1px solid #FF8859;
  background-image: url(../images/search_in.png) !important;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  color: #fff;
}

.searchOfnav_bar .ressearch .submit {
  /* background-image: none; */
}

.databasebox {
  display: flex;
  margin-bottom: 14%;
}

.database_foreign,
.database_cn {
  flex: 1;
}

.database_foreign .databaselist,
.database_cn .databaselist {
  border: 1px solid #DDDDDD;
}

.database_cn .databaselist {
  margin-left: -1px;
}

.databaselist {
  /* list-style-type: decimal; */
  list-style-type: none;
  counter-reset: sectioncounter;
  color: #888;
  /* min-height: 508px; */
  height: 100%;
  padding: 3.4% 1.2% 4.6% 1.2%;
  background-color: #fff;
}

.databaselist li:before {
  content: counter(sectioncounter) "";
  counter-increment: sectioncounter;
  padding: 0 10px;
}

.toptitle {
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  padding: 0 0 12px 8px;
}

.toptitle span {
  font-size: 12px;
  color: #555555;
  font-weight: normal;
  padding-left: 11px;
}

.databaselist li {
  padding: 0 0 3.4% 0;
  display: flex;
}

.databaselist li a {
  color: #222;
  font-size: 16px;
}

.databaselist li a:hover {
  color: #ed7423;
  text-decoration: underline;
}

.databaselist li>.foralign>span {
  font-size: 12px;
  color: #ababab;
  /* padding-left: 24px; */
}

.databaselist li .signal {
  margin: 0 10px 0 6px;
}

.seldatacon {
  background: #F7F7F7;
  border: 1px solid #DDDDDD;
  padding: 0 2.2% .6% 2.6%;
  margin-bottom: 26px;
  position: relative;
}

.select_arrow_bor {
  position: absolute;
  top: -14px;
  right: 4%;
}

.bt_arrow_bor {
  position: absolute;
  bottom: -12px;
  left: 11%;
}

.select_arrow_bor i,
.select_arrow_bor em {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 7px;
  border-style: solid;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

.bt_arrow_bor i,
.bt_arrow_bor em {
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

.select_arrow_bor em {
  margin: 1px 0 0 -14px;
}

.bt_arrow_bor em {
  margin: 0px 0 0 -8px;
}

.arrow_line {
  border-color: #DDDDDD;
}

.arrow_bg {
  border-color: #F7F7F7;
}

.link_arrow_bg {
  border-color: #FF8859;
}

/*
.bt_arrow_bor .arrow_bg {
  border-color: #F7F7F7;
} */

.seldatacon>div {
  /* margin-bottom: 12px; */
  padding: 1.8% 0;
  border-bottom: 1px solid #E5E5E5;
}

.seldatacon>div:last-child {
  border: none;
}

.atextdata .title,
.subjectdata .title,
.literaturedata .title,
.monthsselect .title,
.seasonsselect .title,
.yearsselect .title,
.classselect .title {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
  line-height: 24px;
}

.textdatalist>a {
  padding: 0 0.6%;
}

.textdatalist>a.active {
  color: #fff;
  background: #ed7423;
}

.subdatalist>a,
.literaturelist>a {
  margin-right: 2px;
}

.monthsselectlist>a,
.seasonsselectlist>a,
.yearsselectlist>a,
.classselectlist>a {
  margin-right: 26px;
}

.subdatalist>a.active,
.literaturelist>a.active,
.monthsselectlist>a.active,
.seasonsselectlist>a.active,
.yearsselectlist>a.active,
.classselectlist>a.active {
  color: #ed7423;
}

.subdatalist>i,
.literaturelist>i {
  font-style: normal;
  padding: 0 0.6%;
}

/* 多媒体-资源 */
.banner_left .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 1;
  width: 24px;
  height: 2px;
  border-radius: 0%;
}

.banner_left .reset-swiper-pagination>.swiper-pagination-bullet-active {
  background: #FF8859;
}

.media_banner {
  display: flex;
}

.media_banner .swiper-button-prev {
  left: 0%;
}

.media_banner .reset-swiper-btn {
  width: 5.2%;
}

.banner_left {
  flex: 3;
  background: #ababab;
  position: relative;
}

.banner_left .swiper-slide a,
.banner_left .swiper-slide img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.swiper-slide a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  display: inline-block;
  width: 100%;
}

.banner_right {
  background: #1A1A1A;
  flex: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.banner_right .title {
  font-size: 16px;
  color: #FFFFFF;
  /* line-height: 48px; */
  display: flex;
  align-items: center;
  padding-right: 7.2%;
  height: 10%;
}

.banner_right .title,
.banner_right .banner_list li {
  padding-left: 7.2%;
}

.banner_right .banner_list li {
  padding-right: 20%;
}

.banner_right .banner_list {
  border-top: 1px solid rgba(229, 229, 229, 0.2);
  /* padding-top: 14px; */
  padding: 20px 0;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.banner_right .banner_list li a {
  font-size: 14px;
  opacity: 0.6;
  color: #FFFFFF;
  /* line-height: 36px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 1;
  display: -ms-box;
  -ms-box-orient: vertical;
  -ms-line-clamp: 1;
  overflow: hidden;
}

.banner_right .banner_list li:hover a {
  color: #FF8859;
}

.banner_right .banner_list li.active a {
  font-size: 14px;
  color: #FF8859;
}

.hot_spot {
  padding: 32px 0 52px 0;
}

.hot_top {
  text-align: center;
}

.hot_top .title {
  font-size: 20px;
  color: #222222;
  position: relative;
  font-weight: bold;
  line-height: 42px;
}

.hot_top .title::after {
  content: '';
  position: absolute;
  left: 44%;
  bottom: 0;
  right: auto;
  height: 1px;
  width: 12%;
  background-color: #DDDDDD;
  ;
}

.hot_top .subtitle {
  font-size: 12px;
  color: #555555;
  line-height: 26px;
}

.hot_cont {
  padding-top: 26px;
}

.hot_cont ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hot_cont ul li {
  width: 24%;
}

.hot_cont ul li a,
.hot_cont ul li a span,
.hot_cont ul li a img {
  width: 100%;
  font-size: 14px;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  display: -ms-box;
  -ms-box-orient: vertical;
  -ms-line-clamp: 2;
  overflow: hidden;
}

/* *************************************** */

/* 互动-读者购荐 */

.underln {
  text-decoration: underline;
  text-decoration-color: #FF8859;
  color: #222 !important;
  position: relative;
  text-align: center;
}

.underln:link {
  text-decoration: underline;
  text-decoration-color: #FF8859;
  color: #222 !important;
  position: relative;
}

.underln:visited {
  text-decoration: underline;
  text-decoration-color: #FF8859;
  color: #222 !important;
}

.underln:hover {
  color: #FF8859 !important;
  cursor: pointer;
}

.underln:active {
  color: #FF8859 !important;
}

.interact_recom .btnset a {
  margin-right: 14px;
}

.readerstop h4 {
  font-family: PingFangHK-Regular;
  font-size: 18px;
  color: #222222;
  line-height: 35px;
  font-weight: normal;
  margin-bottom: 4px;
}

.readerstop p {
  text-indent: 1em;
  font-family: BodoniSvtyTwoSCITCTT-Book;
  font-size: 18px;
  color: #555555;
  line-height: 35px;
}

.cont_toppart .title,
.cont_midpart .title,
.cont_botpart .title,
.cont_body .table-responsive h4,
.about_class .title,
.about_visit_appoint .title{
  font-size: 18px;
  color: #222222;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-weight: normal;
}
.cont_botpart_1 .title{
  font-size: 18px;
  color: #222222;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-weight: normal;
}

.cont_botpart_1 .title span {
  display: inline-block;
  padding-left: 10px;
  white-space: nowrap;
}

.cont_toppart .title span,
.cont_midpart .title span,
.cont_botpart .title span {
  display: inline-block;
  padding-left: 10px;
  white-space: nowrap;
}

.part_icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/interact_rc_paraicon.png) no-repeat center center;
}

.midpart_text p {
  line-height: 30px;
}

.btnset {
  margin-top: 24px;
}

.btnset a {
  display: inline-block;
  background: #FF8859;
  padding: 0.3% 28px;
  color: #FFFFFF;
  font-size: 14px;
  white-space: nowrap;
  line-height: 2.4;
  margin-bottom: 6px;
}

.btnset a:hover {
  box-shadow: 0 0 6px 0 rgba(220, 118, 0, 0.25);
}

.cont_body a.bankbtn {
  padding: 0.3% 4.96% 0.3% 1.96%;
}

thead {
  font-family: PingFangHK-Medium;
  font-size: 16px;
  color: #222222;
}

tbody {
  font-size: 16px;
  color: #222222;
  /* line-height: 65px; */
}

tr:hover {
  background: #F9F9F9;
}

.reset-table {
  margin-bottom: 0;
}

.reset-table th {
  white-space: nowrap;
}

.reset-table>tbody>tr>td {
  border-top: none;
  border-bottom: 1px solid #ddd;
}

/* 互动-常见问题 */

.questions_set li {
  /* height: 110px; */
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  height: 101px;
  overflow: hidden;
  padding: 1.8% 2.8% 0 2.4%;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

/* .questions_set li:hover {
  border: 1px solid #FF8859;
} */
.questions_set li:hover {
  -webkit-box-shadow: 0 5px 12px 0 rgba(124, 124, 124, 0.3);
  -ms-box-shadow: 0 5px 12px 0 rgba(124, 124, 124, 0.3);
  -moz-box-shadow: 0 5px 12px 0 rgba(124, 124, 124, 0.3);
  box-shadow: 0 5px 12px 0 rgba(124, 124, 124, 0.3);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.questions_set .ques {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* line-height: 30px; */
}

.questions_set .ques_text {
  font-size: 16px;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 1;
  display: -ms-box;
  -ms-box-orient: vertical;
  -ms-line-clamp: 1;
  overflow: hidden;
}

.questions_set .folded {
  /* height: 50px;
  overflow: hidden; */
  padding-top: 11px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  -moz-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  -ms-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.open_answer {
  /* height: auto; */
  /* overflow: visible !important; */
  -webkit-mask-image: none !important;
  -moz-mask-image: none !important;
  -ms-mask-image: none !important;
  padding: 11px 0 0 0;
}

.open_li {
  /* height: auto !important; */
  border: 1px solid #FF8859 !important;
}

/* 互动-失物招领 */

/* 文献捐赠 */

.toppart_1 p {
  text-indent: 0;
}

.donate_ways ol,
.donate_reg ol {
  list-style-type: none;
  counter-reset: sectioncounter;
}

.donate_ways ol li,
.donate_reg ol li {
  margin-left: 0;
}

.donate_ways ol li:before,
.donate_reg ol li:before {
  content: counter(sectioncounter) "、";
  counter-increment: sectioncounter;
}

.cont_midpart>.midpart {
  margin-bottom: 50px;
}

.donation_desc>p {
  font-size: 18px;
  color: #555555;
  line-height: 35px;
}

/* 互动-联系我们 */

.cont_toppart,
.cont_midpart {
  margin-bottom: 40px;
}

.cont_botpart {
  margin-bottom: 25px;
}

.main_text {
  /* line-height: 30px; */
  font-size: 16px;
  color: #555555;
  padding-left: 1.7em;
  width: 100%;
}

.com_pattern {
  padding: 10px 0 0 0;
}

.main_text.com_ways p,
.main_text.com_pattern p {
  margin-bottom: 0;
}

/* 互动-留言簿 */

.message_tips {
  background: #F7F7F7;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.6% 2.1%;
}

.message_tips .tips_tit {
  font-size: 16px;
  color: #222222;
  /* line-height: 35px; */
  white-space: nowrap;
  margin-right: 2%;
}

.message_tips .tips_text {
  font-size: 16px;
  color: #555555;
  /* line-height: 17px; */
  margin-right: 4%;
}

.mesline {
  display: flex;
  padding-top: 8px;
  justify-content: flex-start;
  margin-bottom: 0.4%;
  align-items: flex-start;
}

.cont_body .mesline {
  margin-bottom: 1.8%;
}

.mesfield,
.mesvalue {
  font-size: 14px;
  line-height: 26px;
}

.mesfield {
  color: #555555;
  min-width: 4%;
  white-space: nowrap;
  padding-right: 12px;
}

.mesvalue {
  color: #222222;
  width: 96%;
}

.message_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FBFBFB;
  border: 1px solid #E5E5E5;
  padding: 2.1% 3.8% 2.6%;
  margin-top: 4.2%;
  margin-bottom: 2.6%;
}

.message_area h4 {
  font-size: 17px;
  color: #222222;
  text-align: center;
  position: relative;
  line-height: 1.4;
  width: 100%;
  margin-bottom: 1.2%;
}

.message_area .form-item_2,
.message_area .form-item_1,
.message_area .form-item_3 {
  margin-bottom: 2.2%;
}

.message_area h4 .cls_opt,
.message_area h4 .cls_opt img {
  width: 23px;
  height: 23px;
  right: 0;
  top: 0%;
  display: inline-block;
  position: absolute;
}

.cont_body .message_area {
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
  padding: 2.8% 4.2% 3.2%;
  margin: 10.11% 0;
}

.message_area .title {
  font-size: 16px;
  color: #222222;
  text-align: center;
  margin-bottom: 1.6%;
}

.message_area .btnset {
  margin-top: 1.4%;
  text-align: left;
  padding-left: 8%;
}

.message_area .query {
  width: 8%;
  text-align: right;
  font-size: 14px;
  color: #555555;
  font-weight: normal;
}

.message_area .reset-form-control {
  border-radius: 0%;
}

.message_area span,
.opt_rt {
  display: inline-block;
}

.message_area .verifyCode {
  display: inline-block;
  width: 8.4%;
  height: 34px;
  /* background: #c8c8c8; */
  margin-left: 1.1%;
}

.verifyCode img {
  height: 100%;
}

.opt_lf>img {
  margin-left: 3.2%;
}

.opt_lf {
  display: flex;
  align-items: center;
}

.mes_opt {
  border-top: none;
  width: 100%;
  /* padding: 0.8% 0.6%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#reginput {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  padding: 1px 6px;
  font-size: 14px
}

.regcode {
  font-size: 14px;
  color: #222222 !important;
  background: #C8C8C8;
  border-radius: 0%;
  margin-left: 4.2%;
}

.opt_rt button,
.opt_rt .submit {
  background: #FF8859;
  font-size: 14px;
  color: #FFFFFF;
  padding: 3px 20px;
  white-space: nowrap;
  border: none;
}

.interact_guestbk .cont_toppart {
  margin-bottom: 0;
}

/* 我要留言-互动 */

.reset-body {
  background: #f7f7f7;
}

.reset-conboxcon {
  background: #fff;
}

.reset_cont_body {
  padding-top: 0 !important;
  text-indent: 0;
  line-height: 24px;
}

.comment_head {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
}

.comments_user_id,
.reply_id {
  font-size: 14px;
  color: #888888;
}

.comment_time,
.reply_time {
  font-size: 14px;
  color: #888888;
}

.comment_time {
  padding-left: 1.2%;
}

.replybox {
  background: #F7F7F7;
  display: flex !important;
  flex-direction: column;
  padding: 1.6% 2.1%;
  margin-top: 20px;
}

.reply_cont {
  font-size: 14px;
  color: #555555;
}

.comment {
  display: flex;
  align-items: baseline;
}

.comment_cont {
  font-size: 14px;
  color: #555555;
}

.comments_box .comment_cont {
  color: #222;
}

.comment span,
.comment p,
.comment a {
  display: inline-block;
}

div.comment_info {
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
  flex: 20;
}

.comments_user_portait {
  flex: 1;
}

.comments_list ul li {
  padding: 2.1% 0;
  border-bottom: 1px solid #E5E5E5;
}

.comments_box {
  margin-top: 16px;
}

.comment_head {
  margin-bottom: 1.2%;
}

.comments_box>.title {
  color: #222;
  font-size: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #E5E5E5;
}

.comments_box .comments_user_id {
  color: #222;
  font-size: 16px;
}

.comments_user_id.lib_replymsg {
  color: #FF8859;
  display: flex;
  flex-direction: column;
}

.comments_user_id.lib_replymsg .comment_time {
  padding-left: 0;
}

/* ************************************************** */
/* mask */

.mask {
  opacity: 0.5;
  background: #000000;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5000;
  display: none;
}

/* ***************************************************** */
/* 借阅排行榜-服务 */
.service_borrowingranking .seldatacon {
  background: #fff !important;
}

.service_borrowingranking .diagramcon {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
}

.service_borrowingranking .lecturecont {
  padding: 0 2.6%;
}

.diagramcon .title {
  background: #F7F7F7;
  color: #222222;
  line-height: 45px;
  padding-left: 2.6%;
}

#echartsmainBook {
  margin: 3.3% 0 2.6% 0;
}

.table_notes {
  color: #222222;
  line-height: 22px !important;
}

.table_notes span {
  color: #FF8859;
}

table .row_opt {
  white-space: nowrap;
  background: #FF8859;
  line-height: 25px;
  color: #fff;
  border: none;
  padding: 6px 17px;
}

table .row_opt:hover {
  box-shadow: 0 0 6px 0 rgba(220, 118, 0, 0.25);
  color: #fff !important;
}

/* 服务-文献提供 */
.reset-margin {
  margin: 0 !important;
}

.toppart_1 {
  padding-top: 7px;
}

.doc_delivery {
  font-size: 14px;
  color: #555555;
  /* line-height: 30px !important; */
}

.part_body {
  display: flex;
  justify-content: space-between;
  /* align-items: flex-start; */
}

.graphics {
  margin-left: 6.4%;
}

.graphic_link {
  display: inline-block;
  color: #222222 !important;
  text-align: left;
}

.graphic_desc {
  line-height: 30px;
  display: block;
  font-size: 14px;
}

.doc_delivery_text_mid1 {
  list-style: decimal-leading-zero !important;
}

.doc_delivery_text_mid2 {
  list-style: none !important;
}

.doc_delivery_text_mid2 li {
  margin-left: 0 !important;
}

.doc_delivery_text_bottom1,
.doc_delivery_text_bottom2 {
  list-style: decimal !important;
}

.doc_delivery_text_bottom2 p {
  line-height: 2.4;
  margin-bottom: 0;
}

.doc_delivery_text_top1,
.doc_delivery_text_top2 {
  line-height: 2.4 !important;
}

.doc_delivery_text_bottom1 li,
.doc_delivery_text_bottom2 li {
  margin-left: 1.4% !important;
}

.doc_delivery_text_bottom2>h4 {
  margin-bottom: 0;
  line-height: 30px;
  font-size: 16px;
  color: #222;
  font-weight: normal;
}

/* .doc_delivery .main_text {
  font-size: 14px;
} */

/* 离校手续-服务 */
.slp_procedure_graphic {
  width: 88.9%;
}

.slp_procedure_graphic .proc_graphic,
.slp_procedure_graphic .proc_graphic>img {
  position: relative;
  width: 100%;
}

.cls_opt {
  position: absolute;
  right: 0.85%;
  top: 4.7%;
  text-align: center;
  width: 7%;
  height: 13.3%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #fcfcfc;
}

.cls_opt>img {
  width: 65%;
  height: 42%;
}

.cls_opt:hover {
  cursor: pointer;
}

.main_text.slp_text_top2 p {
  line-height: 2.6;
}

.service_slp.cont_midpart ul li {
  margin-left: 16px;
}

/* .service_slp.cont_midpart .main_text {
  font-size: 14px;
  padding-left: 2.84% !important;
} */

.reset-btnset {
  margin-top: 4px;
  margin-bottom: 20px;
}

/* .slp_text_top {
  padding: 0;
} */

.slp_text_top1 {
  color: #222;
}

.slp_procedure {
  list-style: none !important;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; */
  overflow: auto;
  white-space: nowrap;
}

.slp_procedure li {
  margin: 0 1.2% 1.2% 0 !important;
  border: 1px solid #FF8859;
  width: 18%;
  display: inline-block;
}

.slp_procedure li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 3.2%;
  height: 100%;
}

.slp_procedure li a .proc_sketch {
  font-size: 16px;
  color: #222222;
  white-space: normal;
}

.slp_procedure li a .proc_num {
  font-size: 12px;
  color: #555555;
}

.slp_procedure li a .proc_detail_link {
  font-size: 12px;
  text-align: center;
  color: #FF8859;
}

.slp_procedure li a .proc_detail_link:hover {
  text-decoration: underline;
}

.slp_text_mid2,
.slp_text_mid3,
.slp_text_mid4 {
  list-style: decimal !important;
}

.slp_text_mid4_ft {
  color: #252525;
}

/* .slp_text_top2 {
  padding-left: 0;
  font-size: 14px;
} */

/* .slp_text_top2>p {
  line-height: 35px;
} */

/* 图书馆之城-服务 */
.main_text.citylibrary {
  padding: 0;
}

.citylibrary_graphic_1>a>img {
  width: 400px;
  height: 180px;
}

.library_text_top1 {
  font-size: 18px;
  color: #222222;
  line-height: 30px !important;
  margin-bottom: 1.4% !important;
}

.library_text_top2 {
  /* font-size: 14px; */
  color: #555555;
  /* line-height: 30px !important; */
}

.midpart .main_text dl {
  /* font-size: 14px; */
  margin-bottom: 18px;
}

.dl_para_title {
  color: #555555;
  line-height: 1.8 !important;
}

.service_slp .dl_para_title {
  margin-bottom: 1.2%;
}

.dl_para_main {
  color: #555555;
  /* line-height: 30px !important; */
  padding-left: 2em;
}

/* .dl_para_main>p {
  margin: 10px 0;
} */

/* 移动门户-服务 */
.part_body.lib_mobile {
  display: block;
}

.lib_mobile .graphics {
  margin: 0;
  /* display: flex; */
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* .graphics>p {
  float: left;
} */

/* .toppart_1 .graphics .graphic_pic_2.graphic_qr,
.midpart_2 .graphics .graphic_pic_2.graphic_qr,
.midpart_3 .graphics .graphic_pic_2.graphic_qr {
  margin: 22px 0 0 16.4%;
} */

/*.midpart_1 .graphics .graphic_pic_1.graphic_qr,
.midpart_2 .graphics .graphic_pic_2.graphic_qr,
.midpart_3 .graphics .graphic_pic_2.graphic_qr {
  padding: 3.4% 3.6% 4.6%;
} */
.graphics_lf,
.graphics_rt {
  float: left;
}

.graphics_rt {
  margin: 1.4% 0 0 16.4%;
}

.graphic_qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #DEDEDE;
  padding: 30px 29px;
  line-height: 30px !important;
  position: relative;
}

.graphic_qr>img {
  width: 140px;
  /* height: 140px; */
}

.graphic_slogan {
  font-size: 18px;
  color: #222222;
  line-height: 26px !important;
  padding: 16px 0 3px 0;
}

.graphic_subslogan {
  font-size: 12px;
  color: #555555;
  line-height: 17px !important;
}

.graphic_botslogan {
  font-size: 11px;
  color: #888888;
  line-height: 16px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3.4%;
}

.lib_mobile_btnset_1,
.lib_mobile_btnset_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lib_mobile_btnset_1>a,
.lib_mobile_btnset_2>a {
  /* width: fit-content; */
  /* width: 92%; */
  text-align: center;
  margin-bottom: 20px;
  /* padding: 2.64% 6.96%; */
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.lib_mobile_btnset_1 .btn_icon,
.lib_mobile_btnset_2 .btn_icon {
  /* width: 18px;
  height: 19px;
  display: flex; */
  margin-right: 4px;
}

/* .btn_icon img {
  width: 100%;
  height: 100%;
} */

/* 科技查新-服务 */
.service_noveltysearch .main_text {
  font-size: 14px;
}

.toppart_1.noveltysearch_notice p {
  font-size: 18px;
  color: #222222;
  line-height: 30px;
}

.noveltysearch_notice .midpart_2 ul {
  list-style: none;
}

.noveltysearch_notice .midpart_2 ul li {
  margin-left: 0;
}

/* 馆外访问-服务 */
.outside_Access .main_text {
  padding-left: 1.7em !important;
}

/* .outside_Access .main_text,
.service_patentservice .main_text,
.service_selfsupport .main_text {
  font-size: 14px;
} */

/* .outside_Access .midpart .title span {
  padding-left: 0;
} */

.outside_Access .btnset a,
.service_patentservice .btnset a,
.service_scientcesupport .btnset a,
.service_selfsupport .btnset a {
  margin-right: 15px;
}

.outside_Access .midpart_1 .graphics {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.outside_Access .midpart_1 .graphics .graphic_qr {
  padding: 32px 40px 48px;
}

.outside_Access .midpart_1 .graphics>p {
  margin-right: 8.2%;
}

.outside_Access .midpart_1 .graphics>p .btnset {
  display: inline-block;
}

.outside_Access .midpart_1 .graphics>p .btnset a {
  margin: 0;
  padding: 2.8% 8.2%;
  white-space: nowrap;
}

.paragraph_ch {
  /* padding-left: 24px; */
  display: inline-block;
  /* line-height: 36px; */
}

/* 专利服务 */
.service_patentservice p {
  margin-bottom: 0;
}

.midpart_patentsource_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.midpart_patentsource_list li {
  width: 42%;
}

/* 科研支持服务-服务 */
.service_scientcesupport .graphics,
.service_scientcesupport ul li {
  margin-left: 0;
}

.service_scientcesupport .main_text {
  font-size: 14px;
}

/* 自助文印-服务 */
.service_selfsupport .cont_toppart p {
  font-size: 18px;
  color: #222222;
}

.service_selfsupport.cont_toppart p {
  font-size: 18px;
  color: #222222;
}

.part_bottomtips {
  margin-top: 26px;
}

.part_bottomtips p {
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  margin-bottom: 8px;
}

.bktips {
  font-size: 14px;
  color: #222222;
}

.greytips {
  font-size: 12px;
  color: #555555;
}

.ogtips {
  font-size: 12px;
  color: #FF8859;
  font-weight: normal;
}

/* 一小时课堂-活动 */
.td_icon {
  padding-right: 10px;
}

.hourClassTb tr>td:nth-child(1),
.hourClassTb tr>td:nth-child(1) a {
  font-size: 16px;
  color: #222222;
}

.hourClassTb tr>td:nth-child(1) a:hover {
  color: #FF8750;
}

.hourClassTb tr>td:nth-child(2),
.hourClassTb tr>td:nth-child(2) a {
  font-size: 14px;
  color: #555555;
}

.hourClassTb tr>td:last-child a,
.activityTab tr>td:last-child a {
  font-size: 14px;
  color: #FF8750;
  display: block;
}

/* .act_hourclassdetail .midpart p {
  text-indent: 2em;
} */

.cont_body.edittext .pic_para {
  text-indent: 0;
  text-align: center;
}

.act_hourclassdetail .midpart_1 p {
  font-size: 18px;
  color: #222222;
}

/* 名家讲座-活动 */
/* .reset_mg_pd{
  padding: 0!important;
  margin: 0!important;
} */
.part_body_list {
  list-style: none !important;
}

.part_body_list li {
  display: flex;
  /* align-items: flex-start; */
  padding: 1.8% 1%;
  border-bottom: 1px solid #E5E5E5;
}

.part_body_list li,
.detaillist {
  -webkit-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.part_body_list li:hover,
.detaillist:hover {
  -webkit-box-shadow: 0 5px 12px 0 rgba(124, 124, 124, 0.3);
  -ms-box-shadow: 0 5px 12px 0 rgba(124, 124, 124, 0.3);
  -moz-box-shadow: 0 5px 12px 0 rgba(124, 124, 124, 0.3);
  box-shadow: 0 5px 12px 0 rgba(124, 124, 124, 0.3);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.part_instr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 2px solid #DDDDDD;
  padding-bottom: 17px;
}

.part_instr>.title {
  margin-bottom: 0;
}

.part_instr>.reset-select-control,
.cont_main_nav>.reset-select-control {
  width: 22%;
}

.list_item_pic {
  display: inline-block;
  flex: 2;
}

.list_item_pic img,
.media-object {
  -webkit-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

/* .list_item_pic img {
  width: 80%!important;
} */
.list_item_pic>a {
  width: 100%;
  text-align: center;
  display: inline-block;
}


.list_item_pic:hover img,
.media-object:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.list_item_detail {
  padding-left: 20px;
  flex: 10;
  /* height: 155px; */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.list_item_detail .item_title {
  /* font-size: 18px; */
  font-size: 16px;
  color: #222222;
  margin-bottom: 1.2%;
  font-weight: bold;
}

.list_item_detail .item_instr {
  font-size: 14px;
  color: #555555;
  line-height: 1.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.4em;
  margin-bottom: 0.4%;
  position: relative;
}

.list_item_detail .item_instr:after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 4px;
  background: -webkit-linear-gradient(left, transparent, #fff 55%);
  background: -moz-linear-gradient(left, transparent, #fff 55%);
  background: -o-linear-gradient(left, transparent, #fff 55%);
  background: linear-gradient(to right, transparent, #fff 55%);
}

.list_item_detail .item_attach {
  font-size: 14px;
  color: #222222;
  margin-bottom: 0.6%;
  line-height: 1.6;
  /* font-weight: bold; */
}

.list_item_detail p.whitebtnset.reset-margin {
  /* position: absolute; */
  width: 100%;
  /* bottom: 0; */
  line-height: 1.8;
}

.whitebtnset a {
  background: #FFFFFF;
  border: 1px solid #FF8859;
  color: #555555;
  /* padding: 2.28% 2.86%; */
  padding: .6em 1.2em;
  font-size: 12px;
  display: inline-block;
  margin-right: 1.8%;
}
.whitebtnset .whitebtnset_font_color{
  color: #FF8859;
}
.whitebtnset a:hover {
  background: #FF8859;
  color: #fff;
}

.whitebtnset a.disabled:hover {
  background-color: #fff;
  cursor: default;
  color: #555;
}

.list_item_detail p.whitebtnset.reset-margin a {
  /* padding: 0.68% 2.86%; */
}

/* 名家讲座-活动报名表-活动 */
form .notNull,
.message_area .notNull {
  color: red;
  padding-right: 12px;
}

.reset-cont-body {
  text-indent: 0;
  padding: 2.8% 10.5%;
}

.reset-form-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  line-height: 22px;
}

.reset-form-group .group_1,
.reset-form-group .group_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reset-form-group h4 {
  font-size: 16px;
  width: 100%;
  color: #222;
}

.reset-form-group .form-control {
  border-radius: 0%;
  color: #222;
}

.opt-horizontal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1.2%;
  padding-left: 1.5em;
  flex-wrap: wrap;
}

.groupcollapse_form .btnset a {
  padding: 0.3% 3.96%;
}

.body_intro {
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  text-indent: 2em;
}

.radio {
  font-size: 14px;
  color: #555555;
}

form .query {
  font-size: 14px;
  color: #555;
  font-weight: normal;
  display: inline-block;
  margin-bottom: .8%;
}

.radio>.opt-vertical {
  display: flex;
  flex-direction: column;
  margin: 10px 0 16px 0;
}

.radio>.opt-horizontal {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.radio>.opt-vertical>label,
.radio>.opt-horizontal>label {
  display: flex;
  align-items: center;
  /* margin-left: 0; */
  /* padding-left: 0; */
  margin-bottom: 8px;
}

.opt-vertical>label {
  margin-left: 0 !important;
}

.opt-horizontal>label {
  padding: 0;
  color: #222;
}

.opt-vertical>label>div,
.opt-horizontal>label>div {
  margin-right: 10px;
}

/* .radio>.opt-horizontal>label {
  padding-left: 20px;
} */

.btnfortb {
  text-align: center;
  margin-top: 4.8%;
}

.form-item_1 {
  width: 48%;
}

.form-item_1 .query {
  text-align: left;
  width: 100%;
  white-space: nowrap;
}

.form-item_2 .query {
  text-align: left;
  width: 100%;
  white-space: nowrap;
}
.form-item_3 .query {
  text-align: left;
  width: 100%;
  white-space: nowrap;
}

.form-item_2,
.form-item_1,
.form-item_3 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 3.2%;
}

.form-item_2 {
  width: 100%;
}

.verifycode_main {
  width: 100%;
  display: flex;
}

.reset-form-control:focus {
  border-color: #C01622;
  box-shadow: none;
}

.form_group_main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 1em;
  padding-top: 3.4%;
  padding-bottom: 1.1%;
}

/* 活动日历-活动 */
.activityTab .pub_clock {
  color: #555;
  display: block;
}

.act_calender .part_body_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.act_calender .part_body_list li {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  padding: 1.8% 2.2%;
  margin: 0 0 20px 0 !important;
  width: 48%;
}

.act_calender .part_body_list .item_title {
  font-size: 14px;
}

.act_calender .list_item_detail p span {
  font-size: 12px;
}

.act_calender .item_title .item_class {
  margin-left: 0%;
  margin-right: 10px;
}

/* 调查表-活动日历-活动 */
.submit_message_box {
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
  width: 360px;
  height: 225px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  top: 42%;
  left: 38%;
  z-index: 5002;
}

.submit_message_box .message_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  color: #222222;
}

.submit_message_box .btnset {
  width: 100px;
  height: 35px;
  margin-top: 0;
}

.submit_message_box .message_cont .cont_icon {
  margin: 16px 0 10px 0;
}

.submit_message_box .btnset a {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 35px;
}

/* 馆藏分布-图书馆 */
.about_distribts .cont_descript_emph {
  font-size: 18px;
  color: #222222;
  line-height: 35px;
  margin-bottom: 50px;
}

.about_distribts .cont_midpart .main_text {
  border: 1px solid #E5E5E5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.4% 4.2%;
}

.text_graphic {
  margin-bottom: 50px;
  width: 92%;
}

.text_details {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-start;
  flex-wrap: wrap;
}

.text_graphic>img,
.text_details .graphics>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text_graphic>img {
  cursor: pointer;
}

.text_detail_opt {
  font-size: 14px;
  color: #222222;
}

.text_detail_opt:hover {
  color: #222;
}

.text_detail_opt.open_c {
  color: #FF8859;
}

.text_detail_opt>span {
  padding-right: 8px;
}

.text_detail_opt .iconfont.folded {
  color: #9b9b9b;
}

.text_details .graphics {
  /* width: 26%; */
  height: 40%;
  min-height: 170px;
  margin: 0;
}

.detaillist_text {
  /* padding-left: 1.8%; */
  height: 60%;
  padding: 6.4% 8.6%;
}

.detaillist_text .title {
  font-size: 16px;
  color: #222222;
  line-height: 25px;
  margin-bottom: 8px;
}

.detaillist_text .descript {
  font-size: 12px;
  color: #555555;
  line-height: 22px;
  /* padding-left: 35px; */
}

.detaillist {
  display: flex;
  flex-direction: column;
  width: 31%;
  border: 1px solid #E5E5E5;
  /* border-bottom: 1px solid #E5E5E5; */
  /* padding: 40px 0 30px 0; */
  /* margin-top: 3.4%; */
  margin: 3.4% 1.1% 0;
}

/* .text_details .detaillist:last-child {
  border: none;
} */

.num_icon {
  background: #F5A623;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  padding: 0 !important;
  margin-right: 10px;
}

/* 场地须知-场地设施-概况 */
.about_facilityguide {
  text-indent: 0;
  padding: 3.4% 7.6% 0;
}

.about_facilityguide .title {
  font-size: 18px;
  color: #222222;
  font-weight: normal;
  margin-bottom: 18px;
}

.about_facilityguide .midpart,
.act_hourclassdetail .midpart {
  margin-bottom: 42px;
}

.about_facilityguide .midpart .main_text,
.act_hourclassdetail .midpart .main_text {
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  line-height: 30px;
}

.about_facilityguide .midpart.onlygraphics,
.act_hourclassdetail .midpart.onlygraphics {
  text-align: center;
}

/* 场地设施-概况 */
.about_facility .midpart .main_text {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  text-align: center;
  padding-left: 0;
  /* padding: 20px 32px 30px; */
  padding: 5.8% 8.4%;
  /* height: 50%; */
  position: relative;
  min-height: 200px;
}

.about_facility.midpart .main_text {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  text-align: center;
  padding-left: 0;
  padding: 20px 32px 30px;
}

.about_facility .cont_midpart {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about_facility.cont_midpart {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about_facility .midpart {
  width: 46.6%;
}

.about_facility .graphics {
  margin-left: 0;
  /* height: 50%; */
}

.about_facility .graphics img {
  width: 100%;
  height: 100%;
}

.about_facility .main_text .title {
  font-size: 16px;
  color: #222222;
  text-align: center;
  display: inline-block;
}

.about_facility .main_text .descript {
  font-size: 14px;
  color: #555555;
  line-height: 26px;
  margin-bottom: 4.2em;
}

.about_facility .main_text .whitebtnset {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  width: 83%;
  text-align: center;
}

.about_facility .main_text .whitebtnset a {
  display: inline-block;
  width: 25%;
  /* position: absolute;
  bottom: 10.4%;
  left: 38%; */
}

/* 开馆时间-概况 */
/* .about_opentime .midpart .main_text {
  padding-left: 0;
} */

.about_opentime .cont_descript {
  margin-bottom: 30px;
}

.about_opentime .cont_descript_emph p {
  margin-bottom: 5px;
}

.about_opentime .cont_descript_emph p>span {
  color: #101010;
}

/* 机构设置-概况 */
.about_institutions .cont_midpart {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about_institutions .cont_midpart .midpart {
  width: 45%;
}

.about_institutions .cont_midpart .midpart .main_text {
  padding-left: 4.64%;
}

/* 首页 */
.rt_top .swiper-slide>a {
  width: 100%;
  height: auto;
}

.rt_top .swiper-button-next,
.rt_top .swiper-button-prev {
  width: 2.2em;
  height: 2.2em;
  bottom: 6.6%;
  top: auto;
}

.rt_top .reset-swiper-btn.swiper-button-prev{
  left: 10.8%;
}

.rt_top .reset-swiper-btn.swiper-button-next{
  left: calc(10.8% + 2.2em + 8.4px);
}

.rating,
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 12px;
  padding-left: 8px;
}

.cont_lf {
  background-image: url(../images/index_bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  position: relative;
  /* min-height: 718px; */
  overflow: auto;
  background-color: #fff;
}

.cont_lf::-webkit-scrollbar {
  display: none
}


.cont_lf .part_top,
.cont_lf .part_bot {
  padding: 0 10%;
  width: 100%;
  /* margin-top: 46%; */
}

.cont_lf .part_top {
  /* position: absolute;
  top: 16%; */
  margin-top: 16.4%;
}

.cont_lf .part_bot {
  /* position: absolute;
  bottom: 12%; */
  margin-top: 12.5%;
  padding: 0 10% 12%;
}

.lfside_navlist button {
  background: #fff;
  border: none;
  white-space: nowrap;
}

.lfside_navlist li>a {
  color: #101010;
}

.lfside_navlist li:hover,
.lfside_navlist li.active,
.lfside_navlist li:hover a,
.lfside_navlist li.active a {
  color: #FF8859;
}

.lfside_navlist {
  font-size: 14px;
  color: #101010;
  line-height: 20px;
  display: flex;
  margin-bottom: 2%;
  justify-content: center;
  font-weight: bold;
}

.lfside_subnav {
  background: #FFFFFF;
  box-shadow: 0 0 7px 8px rgba(200, 200, 200, 0.20);
  margin-top: 3.6%;
  /* padding: 3.3% 0; */
}

.lfside_subnav ul li {
  padding: 3.8% 6%;
}

.lfside_subnav ul li p {
  display: flex;
  flex-wrap: wrap;
}

.lfside_subnav ul li p>span {
  width: 32%;
  /* padding-left: 1em; */
  margin-bottom: .86%;
}

.lfside_subnav ul li p>span a {
  margin-left: 5px;
  word-break: break-all;
  white-space: normal;
}

.lfside_subnav ul li p>span:before {
  content: "—";
  color: rgba(136, 136, 136, .31);
}

.lfside_subnav ul li p>span,
.interest_desc {
  font-size: 12px;
  color: #555555;
  /* line-height: 18px; */
}

.lfside_subnav ul li p>span {
  display: flex;
  font-size: 14px;
  white-space: nowrap;
}

.interest_desc {
  margin-bottom: 6px;
}

.lfside_subnav ul li h4,
.part_bot .boxforbg>h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

.lfside_subnav ul li h4,
.part_bot h4,
.part_bot .media-main {
  line-height: 20px;
  font-size: 14px;
  color: #222222;
}

.part_bot .media-main {
  font-size: 12px;
  margin-bottom: 5px;
}

.lfside_subnav .mid-bd {
  opacity: 0.33;
  background: #D8D8D8;
  width: 100%;
  height: 1px;
  padding: 0;
}


.lfside_subnav .imglist {
  display: flex;
  gap: 40px;
}
.lfside_subnav .imglist a {
  /* width: 100%; */
}
/* .lfside_subnav .imglist a:nth-child(1) {
  margin-right: 20px;
}
.lfside_subnav .imglist a:nth-child(2) {
  margin-right: 20px;
} */
.lfside_subnav .imglist a:last-child {
  padding-right: 50px;
}
.lfside_subnav .imglist img {
  width: 100%;
  /* height: 35px; */
}


.free_readinglink {
  font-size: 12px;
  padding: 2px 4px;
  line-height: 17px;
  background: #228A31;
  color: #fff;
}

.free_readinglink:hover {
  color: #fff;
}

.part_bot .media {
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  padding: 2.8% 0.8%;
}

.rt-mid-lf>h4,
.rt-mid-rt-top>h4,
.rt-mid-rt-bot>h4 {
  font-size: 18px;
  color: #222222;
  font-weight: bold;
  /* line-height: 33px; */
  border-bottom: 2px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 8px 0;
}

.version_ch.lib_index .rt-mid-lf>h4,
.version_ch.lib_index .rt-mid-rt-top>h4,
.version_ch.lib_index .rt-mid-rt-bot>h4 {
  padding: 12px 0 3px;
}
.version_ch.lib_index .rt-mid-lf>h4{
  padding-bottom: 6px;
}
.rt_mid .more_lk,
.rt-mid-lf .item_time,
.rt-mid-lf .item_class,
.item_title .item_class {
  font-size: 12px;
  color: #555555;
  /* line-height: 17px; */
}

.rt_mid .more_lk {
  width: 36%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: normal!important;
}
.version_ch.lib_index .rt_mid .more_lk {
  width: auto;
  justify-content: center;
  
}
.version_ch.lib_index .more_lk.cal_act{
  font-size: 16px;
  color: #101010;
}
.version_ch.lib_index .more_lk.cal_act,
.version_ch.lib_index .more_lk.cal_act .page_lits,
.version_ch.lib_index .more_lk.cal_act .page_lit_item{
  display: inline-block;
}
.version_ch.lib_index .more_lk.cal_act .page_lits{
  margin-left: 1.2em;
}
.version_ch.lib_index .more_lk .page_lits .page_lit_item{
  font-style: normal;
  font-size: 14px;
  background: #FFFFFF;
    border: 1px solid #F0F0F0;
    padding: 5px 9px;
    cursor: pointer;
    margin: 0 0.1em;
}
.version_ch.lib_index .more_lk .page_lits .page_lit_item:hover,
.version_ch.lib_index .more_lk .page_lits .page_lit_item.active{
  border-color:#FF8859;
  color:#FF8859;
}
.rt_mid .more_lk .iconfont {
  margin-left: 4px;
  font-size: 8px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  display: inline-block;
  color: #FF804C;
}
.version_ch.lib_index .rt_mid .more_lk .iconfont {
  margin-left: 0px;
  color: #fff;
  background: #FF8859;
  padding: 8px;
}
.rt-mid-lf .item_class,
.item_title .item_class {
  background: #fff;
  color: #FF8859;
  border: 1px solid #FF8859;
  margin-left: 1.8%;
  padding: 0.1% 1.1%;
}

.rt-mid-lf .item_class:hover,
.item_title .item_class:hover {
  background: #FF8859;
  color: #fff;
}

.rt_mid,
.rt_bot {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 2.2% 5.8% 3.6%;
}
.lib_index.version_ch .rt_mid .boxforbd{
  /* background-image: url(../images/lib_index_ch_rtmid_bg.png); */
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto;
}
.lib_index.version_ch .rt_mid{
  padding:0;
  background-color: #f8f8f8;
  /* background-image: url(../images/lib_index_ch_rtmid_bg.png); */
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto;
}
.lib_index.version_ch .rt_bot {
  padding: 2.2% 8.3% 0.4%;
  /* margin-top: 2.4%; */
}
.rt_mid {
  flex-direction: column;
}

.rt-mid-lf,
.rt-mid-rt {
  width: 100%;
  display: flex;
}
.rt-mid-lf{
  flex-direction: column;
}
.lib_index.version_ch .rt-mid-lf{
  padding: 1.2% 2.9% 0%;
  /* background: #FFFFFF;
  border: 1px solid #EEEEEE;
  background: rgba(255,255,255,.9); */
  position: relative;
}
.rt-mid-rt {
  justify-content: space-between;
}
.lib_index.version_ch .rt-mid-rt {
  padding: 1.2% 2.9% 1.8%;
  /* background: #FFFFFF;
  border: 1px solid #EEEEEE;
  background: rgba(255,255,255,.9); */
  position: relative;
}
.rt_mid .item_title {
  font-size: 16px;
  color: #222222;
  /* line-height: 22px; */
}
.lib_index.version_ch .rt_mid .item_title{
  font-size: 16px;
  width: 100%;
  /* height: 1.56em; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
}
.rt-mid-lf .item_title {
  padding: 0.42% 0;
}

.rt-mid-lf .item_attach {
  font-size: 14px;
  color: #555555;
  /* line-height: 20px; */
}

.rt_mid .sec_contlist li {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  padding: .4em 0;
}
.rt-mid-rt-bot .sec_contlist li{
  padding: 1.18em 0;
}
.rt-mid-lf .sec_contlist li {
  padding: 2.7% 0;
}

.rt_mid .sec_contlist li:last-child {
  border-bottom: none;
}

.cont_rt {
  padding: 0;
  overflow: auto;
  height: 100%;
}
.lib_index.version_ch .cont_rt{
  padding: 0;
}
.lib_index.version_ch .rt_top{
  /* padding: 0 5.8%; */
  background: #f1f1f1;
  height: 372px;
}
.rt_mid .list_body {
  width: 94%;
  display: flex;
    align-items: center;
}

.rt_mid .list_body>a {
  /* display: flex;
  justify-content: flex-start;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-box-orient: vertical;
  -moz-line-clamp: 1;
  -ms-box-orient: vertical;
  -ms-line-clamp: 1;
  overflow: hidden; */
}
.version_ch.lib_index .rt_mid .list_body>.items_pic {
  display: inline-block;
}
.version_ch.lib_index .rt-mid-lf .list_body>a {
  display: flex;
  justify-content: flex-start;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-left: 1.1em;
  /* width: 54%; */
  width: 86%;
}
.version_ch.lib_index .rt-mid-rt .list_body>a {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.rt-mid-lf .list_icon {
  margin-right: 1.8%;
  display: inline-block;
}

.rt-mid-lf,
.rt-mid-rt-top,
.rt-mid-rt-bot {
  margin-bottom: 22px;
}
.version_ch.lib_index .rt-mid-lf,
.version_ch.lib_index .rt-mid-rt{
  margin: 2.4% 0;
}
.version_ch.lib_index .rt-mid-rt-top,.version_ch.lib_index  .rt-mid-rt-bot{
 margin-bottom:0 ;
 width: 46.6%;
}
.rt-mid-rt-top,
.rt-mid-rt-bot {
  width: 100%;
}
.version_ch.lib_index .rt-mid-rt-top,
.version_ch.lib_index .rt-mid-rt-bot {
  /* width: 49%; */
  width: 44%;
}
.rt_mid .list_body>a:hover .item_title {
  color: #FF8859;
}

.rt_bot {
  margin-top: 9.2%;
  /* background: #F9F9F9; */
  border: 1px solid #EFEFEF;
}

.cont_rt .rt_bot {
  margin-top: 4px;
  background: #fff;
}

.rt-bot-lf {
  width: 40%;
  padding-right: 3.6%;
  position: relative;
}

.rt-bot-mid {
  width: 38%;
  padding: 0 5.6% 0 4.6%;
  position: relative;
}

.rt-bot-rt {
  width: 22%;
  padding-left: 5.6%;
}

.rt_bot>div>h4 {
  position: relative;
  font-size: 16px;
  color: #333333;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}
.rt_bot>div>h4:after {
  content:'\0020';
  position: absolute;
  left: -11px;
  top: 6px;
  width: 3px;
  height: 12px;
  background: #FF8859;
  border-radius: 2px;
}

.rt_bot>div>div {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 20px;
}

.rt_bot>div>div>h5 {
  color: #222222;
  font-weight: bold;
  padding-bottom: 1.6%;
  font-size: 12px;
}

.rt-bot-lf>div p {
  color: #555555;
}

.rt-bot-mid>div p {
  color: #555555;
}

.rt-bot-rt .para_1 {
  color: #555555;
  margin-bottom: 12.4%;
}

.rt-bot-rt .para_2 {
  color: #888888;
}

.rt-bot-lf:before,
.rt-bot-mid:before {
  content: '';
  position: absolute;
  left: auto;
  top: auto;
  bottom: 32%;
  right: 0;
  height: 50%;
  width: 1px;
  background-color: #e5e5e5;
}

.en_rt_bot_mid::before {
  content: '';
  position: absolute;
  left: auto;
  top: auto;
  bottom: 32%;
  right: 0;
  height: 50%;
  width: 1px;
  background-color: #fff;
}

.rt-bot-lf>div>p {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1em;
}

.rt-bot-lf>div>p span {
  width: 50%;
}

.rt-bot-rt .para_2 {
  display: flex;
  justify-content: flex-start;
}

.rt-bot-rt .para_2 p span {
  white-space: nowrap;
}

.rt-bot-rt .para_2 p {
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  text-align: center;
  width: 65px;
  margin-right: 26px;
}
.rt-bot-rt .para_2 p img{
  display: inline-block;
  width: 100%;
}

.cprt {
  text-align: center;
  font-size: 12px;
  color: #555555;
  line-height: 34px;
  background: #fff;
}

.lib_index .ressearch input {
  border: 2px solid #F69319;
}

.lib_index .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  border-radius: 0%;
  opacity: 0.39;
  background: #D8D8D8;
}

.douban_mark,
.douban_mark .icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.douban_mark .icon img {
  padding-right: 5px;
}

.reset-swiper-btn {
  color: #FF804C !important;
  background: rgba(255, 255, 255, 0.8);
}

.reset-swiper-btn:hover {
  /* background: rgba(255, 255, 255, 1); */
  background: #FF804C;
  color: #fff!important;
}

.reset-swiper-btn.swiper-button-next {
  right: 0 !important;
}

.swiper-container-calendar-act .reset-swiper-btn.swiper-button-prev,
.swiper-container-side .reset-swiper-btn.swiper-button-prev{
  left: 0 !important;
}

.reset-swiper-btn:after {
  font-size: 12px !important;
}

.reset-swiper-pagination>.swiper-pagination-bullet-active {
  /* background: #FF804C !important; */
  background: #D8D8D8;
  opacity: 1;
}

.bot_morelk .more_lk {
  width: auto;
  justify-content: center;
  font-size: 16px;
  color: #555555;
  line-height: 22px;
  border-top: 1px solid #d8d8d8;
  padding: 20px 0 30px;
}

/* 概况模块-底部 */
.about_intro .rt_bot,
.about_opentime .rt_bot,
.about_distribts .rt_bot,
.about_facility .rt_bot,
.about_readersguide .rt_bot {
  /* background: #F9F9F9; */
  border: 1px solid #EFEFEF;
}

.about_intro .cprt,
.about_opentime .cprt,
.about_distribts .cprt,
.about_facility .cprt,
.about_readersguide .cprt {
  margin-bottom: 0;
}

.about_intro.cont_main,
.about_opentime.cont_main,
.about_distribts.cont_main,
.about_facility.cont_main,
.about_readersguide.cont_main {
  padding-bottom: 0;
}

.arrow_rot {
  transform: rotate(180deg);
}
/* .lib_index.version_ch .index-banner-swiper .swiper-slide>a{
  width: 62%;
  overflow: hidden;
} */


.swiper-container .banner_text {
  position: absolute;
  bottom: 12.3%;
  right: 6.2%;
  /* opacity: 0.26; */
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  z-index: 8;
  text-align: right;
}
.lib_index.version_ch .index-banner-swiper .banner_text {
  right: 10.8%;
  bottom: 4.6%;
}
/* .lib_index.version_ch .index-banner-swiper .banner_text {
  width: 38%;
  position: relative;
  bottom: auto;
  right: auto;
  background: #fff;
  font-size: 24px;
  color: #222222;
  text-align: left;
  padding: 0 3.4em 0 .6em;
} */
/* .lib_index.version_ch .index-banner-swiper .banner_text .subtit{
  font-size: 18px;
}
.lib_index.version_ch .index-banner-swiper .banner_text  a{
  font-size: 14px;
  width: auto;
  padding: 0.2em 1.4em;
  color: #888;
  border: 1px solid #f0f0f0;
} */

/* 数据库培训-学科培训-服务 */
.proj_dbtraining .toppart_1 .main_text,
.proj_wisdomattach .toppart_1 .main_text,
.proj_appointment .toppart_1 .main_text {
  padding: 0;
  font-size: 18px;
  color: #222222;
}

.proj_dbtraining_text_top1 {
  font-size: 18px;
  color: #222222;
}

/* .proj_dbtraining .midpart .main_text,
.proj_appointment .midpart .main_text {
  font-size: 14px;
} */

.bot_proj_dbtraining table .pdf_icon {
  /* display: flex;
  align-items: center;
  padding-right: 8px; */
  font-size: 18px;
  line-height: 1.2;
  padding-right: 6px;
  color: #FF8859;
}

.bot_proj_dbtraining table a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #222222;
}

table a:hover {
  color: #FF8859;
}

.proj_wisdomattach .midpart .main_text,
.proj_appointment .botpart .main_text {
  padding-left: 0;
}

/* .proj_wisdomattach .part_body_list li,
.proj_appointment .part_body_list li {
  border: none;
} */

.proj_appointment_text_top2 {
  font-size: 14px;
  color: #555555;
}


/* 首页（英文版） */
.lib_index.version_en .secnav,
.lib_index.version_en .secnav>li {
  width: auto !important;
}

.lib_index.version_en .secnav>li {
  padding: 0 5px 6px 10px;
}

.lib_index.version_en .cont_lf {
  background-image: url(../images/version_en_sidenav_bg.png);
  background-position: right bottom;
  background-color: #fff;
  background-size: auto auto;
}

.lib_index.version_en .rt-mid-lf,
.lib_index.version_en .rt-mid-rt {
  width: 100%;
}

.lib_index.version_en .ressearch input {
  border: none;
  padding: 0;
}

.lib_index.version_en .ressearch input[type='text'] {
  padding: 0 3.2%;
}

.lib_index.version_en .ressearch {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.24);
  background: #fff;
}

.lib_index.version_en .part_bot {
  /* margin-top: 42.5%; */
  margin-top: 21.5%;
}

/* .lib_index.version_en .ressearch .submit {
  background-color: #fff;
  background-image: url(../images/side_nav_search.png);
  background-repeat: no-repeat;
  background-position: center center;
} */

.lib_index.version_en .lfside_subnav ul li {
  padding: 2.1% 0;
}

.lib_index.version_en .lfside_subnav {
  box-shadow: none;
}

.lib_index.version_en .lfside_subnav ul li p>span {
  width: 48%;
  line-height: 20px;
}

.lib_index.version_en .lfside_subnav {
  margin-top: 4.2%;
  background: transparent;
}

/* .lib_index.version_en .cont_lf .part_bot {
  position: absolute;
  bottom: 2.6%;
  top: auto;
} */

.lib_index.version_en .part_botlink {
  display: flex;
  align-items: center;
}

.lib_index.version_en .part_botlink li {
  margin-right: 4.4%;
}

.lib_index.version_en .part_botlink li a {
  text-decoration: underline;
  font-size: 14px;
  color: #222222;
}

.lib_index.version_en .cont_lf .part_bot .en_cprt {
  color: #555555;
  margin-bottom: 2.2%;
}

.lib_index.version_en .cont_lf .part_bot>h5 {
  color: #222222;
  font-weight: bold;
  margin-bottom: 1.2%;
}
.lib_index.version_en .rt_mid .cprt{
  background: transparent;
  text-align: left;
}
.lib_index.version_en .rt_mid .cprt h5{
  color: #fff;
  font-weight: bold;
  /* margin-bottom: 1.2%; */
}
.lib_index.version_en .rt_mid .cprt .en_cprt{
  color: #fff;
  /* margin-bottom: 2.2%; */
  line-height: 1.6em;
  margin: 0;
  width: 100%;
}
.lib_index.version_en .rt-mid-rt-bot>h4 {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #fff;
  /* font-size: 14px; */
  font-size: 18px;
}

.lib_index.version_en .rt_mid .sec_contlist li {
  padding: 2.6% 0;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  width: 49.6%;
  display: inline-block;
}
.lib_index.version_en .rt_mid .sec_contlist li:hover {
  background: rgba(255, 255, 255, .1);
}

.lib_index.version_en .rt_mid .list_body>a {
  justify-content: space-between;
  color: #fff;
}
.lib_index.version_en .rt_mid .list_body .item_title {
  font-size: 18px;
}

.lib_index.version_en .rt_mid .item_title {
  color: #fff;
}

.lib_index.version_en .rt_mid .list_body {
  width: 100%;    
  text-align: center;
  display: inline-block;
}

.lib_index.version_en .rt_mid {
  background-color: #F39800;
  background-image: linear-gradient(-180deg, rgba(255, 136, 89, 0.00) 0%, #F39800 100%);
  min-height: 44%;
  padding: 1.8% 5.8% 1.6%;
}


.lib_index.version_en .rt_mid .list_body>a:hover .item_title {
  color: #fff;
}

.lib_index.version_en .rt-mid-lf>h4,
.lib_index.version_en .rt-mid-rt-top>h4,
.lib_index.version_en .rt-mid-rt-bot>h4 {
  border-bottom: 2px solid rgba(255, 255, 255, .18);
}

.lib_index.version_en .rt_mid .more_lk {
  display: inline-block;
  width: auto;
  margin-top: 1.3em;
  margin-bottom: 0.4em;
}

.lib_index.version_en .rt_mid .more_lk img {
  margin-left: 0%;
}

.rt-mid-lf .sec_banner {
  height: 243px;
  margin-top: 1.4%;
}

.rt-mid-lf .sec_banner .ban_container,
.rt-mid-lf .sec_banner .ban_container a,
.rt-mid-lf .sec_banner .ban_container img {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}

.rt-mid-lf .sec_banner .ban_container img {
  -webkit-transition: all 1.3s ease;
  -moz-transition: all 1.3s ease;
  -o-transition: all 1.3s ease;
  -ms-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

.rt-mid-lf .sec_banner .ban_container a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* .rt-mid-lf .sec_banner .banner_index{
  opacity: 0.65;
background: #000000;
width: 6.4%;
height: 2.4%;
display: inline-block;
position: absolute;
} */
/* ********************* */
.mapcon,
.traffic_mapbox {
  width: 100%;
}

.mapcon {
  padding: 0;
  margin: 0;
  border: none;
}

/* 交通指南-概况 */
.traffic_mapbox {
  position: relative;
}

.descrip_box {
  background: #FFFFFF;
  padding: 2.2% 2.2%;
  position: absolute;
  left: 5.8%;
  top: 6%;
  width: 32%;
}

.descrip_box>h4 {
  font-size: 18px;
  color: #222222;
}

.descrip_box>h4,
.metro_routes {
  margin-bottom: 7.6%;
}

.descrip_box>div h5 {
  font-size: 14px;
  color: #222222;
  margin-bottom: 2.2%;
}

.descrip_box>div .bot {
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.descrip_box>div .bot>p {
  width: 47%;
  padding: 3.2% 0;
  margin-bottom: 0;
}

.metro_routes .station_num {
  font-size: 13px;
}

.metro_routes .station_num span {
  margin: 7px 0 9px 0;
}

.metro_routes .station_name {
  font-size: 16px;
  margin-top: 4.2%;
  width: 100%;
  text-align: center;
}

.five_line {
  background: #694D9A;
  border-radius: 6px;
}

.seven_line {
  background: #267A9C;
  border-radius: 6px;
}

.descrip_box>div .bot>p,
.station_num {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bus_routes .bot {
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  padding: 3.4% 5.6%;
}

.bus_routes .bot .bot_icon>img {
  width: auto !important;
}

.bus_routes .station_name {
  font-size: 14px;
  color: #222222;
}

.bus_routes .station_num {
  font-size: 13px;
  color: #555555;
  align-items: flex-start;
  display: block;
}

.descrip_box>div .bot>p .mid_bd {
  width: 70%;
  display: inline-block;
  height: 1px;
  background: rgba(255, 255, 255, .15);
}

.routes_list {
  margin-top: 2.8%;
}

.routes_list li {
  margin-bottom: 3.2%;
}

.bot_icon {
  padding-bottom: 2.7%;
  border-bottom: 1px solid #e5e5e5;
}

.service_plat ul {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  flex-wrap: wrap;
}

.service_plat ul li {
  width: 44%;
  height: 280px;
  margin-bottom: 3.4%;
  margin-right: 3.6%;
}

.service_plat ul li a {
  position: relative;
}

.service_plat ul li a,
.service_plat ul li a img {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service_plat ul li a img {
  -webkit-transition: all 1.3s ease;
  -moz-transition: all 1.3s ease;
  -o-transition: all 1.3s ease;
  -ms-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

.service_plat ul li a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.service_plat .subplat_name {
  font-size: 28px;
  color: #FFFFFF;
  position: absolute;
  top: 9.2%;
  left: 5.6%;
}


.slidebox_3 {
  position: relative;
  overflow: hidden;
  width: 780px;
  height: 520px;
  margin: 0 auto;
  border: 1px solid #ddd;
}

.slidebox_3 .slide_out {
  position: relative;
  width: 780px;
  height: 520px;
  overflow: hidden;
}

.slidebox_3 .textbox {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 35px 15px 35px;
  background-color: #000;
  opacity: 0.6;
  height: 25px;
  font-size: 14px;
  color: #fcfcfc;
  z-index: 20;
  width: 553px;
}

.slidebox_3 .slide {
  overflow: hidden;
  height: 520px;
  width: 780px;
}

.slidebox_3 .ctrldirection {
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: 0;
  width: 157px;
  overflow: hidden;
  text-align: right;
}

.slidebox_3 .prev {
  z-index: 650;
  width: 50px;
  display: block;
  background: #fc9537 url(../images/prev.png) no-repeat 50% 50%;
  margin: 0 57px 0 0;
  float: left;
  cursor: pointer;
}

.slidebox_3 .next {
  z-index: 60;
  width: 50px;
  background: #fc9537 url(../images/next.png) no-repeat 50% 50%;
  display: block;
  float: right;
  cursor: pointer;
}

.slidebox_3 .ctrl_num_2 {
  bottom: 0;
  line-height: 1.7;
}

.slidebox_3 .ctrl_num {
  position: absolute;
  z-index: 60;
  right: 50px;
  bottom: 0px;
  width: 55px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #fc9537;
  border-left: 1px solid #fca95e;
  border-right: 1px solid #fca95e;
  padding: 15px 0;
}

.slidebox_3 .ctrl_num .cur {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}

.slidebox_3 .textbox {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 35px 15px 35px;
  background-color: #000;
  opacity: 0.6;
  font-size: 14px;
  color: #fcfcfc;
  z-index: 20;
  width: 553px;
}

.slidebox_3 .prev:hover {
  background: #ed7423;
}

.slidebox_3 .next:hover {
  background: #ed7423;
}

.dl_1 dd {
  line-height: 2.2;
  margin-bottom: 2.1%;
}

.libinter_tips.message_tips {
  /* width: 48%; */
  padding: 0.6% 2.1%;
}

.swiper-container-about .banner_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 86%;
  padding: 1.7%;
  background-color: #000;
  opacity: 0.6;
  font-size: 14px;
  color: #fcfcfc;
  z-index: 20;
  text-align: left;
}

.swiper-container-about .swiper-button-next,
.swiper-container-about .swiper-button-prev {
  width: 7%;
  bottom: 0;
  top: auto !important;
}

.swiper-container-about .reset-swiper-btn.swiper-button-prev {
  right: 7%;
  left: auto;
}

.swiper-container-about {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.swiper-container-about .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-container-about .swiper-slide img {
  width: 100%;
  height: 100%;
}

.lib_index .swiper-container-side .media-body {
  text-align: left;
}

.rt_top .swiper-slide>a>img {
  width: 100%;
  height: auto;
}

#calendar button.fc-button {
  border-radius: 0%;
}

#calendar button.fc-button:hover,
#calendar button.fc-button:focus {
  box-shadow: none;
  background-color: #FF8859;
  color: #fff;
  border-color: #FF8859;
}

#calendar .fc-toolbar h2 {
  font-size: 14px;
  letter-spacing: 0.88px;
  color: #555;
  display: inline-block;
  padding-right: 15px;
}

/* #calendar .fc-head-container {
  background-color: #f7f7f7;
} */

#calendar .fc-day-header {
  border-color: transparent;
  text-align: right;
  padding-right: 19px;
  line-height: 4.2;
  font-size: 14px;
  color: #222;
  font-weight: normal;
}

#calendar .fc-right>div {
  display: flex;
  align-items: center;
}

.subplat_financial_index.graphics_lf {
  width: 64%;
}

.subplat_financial_index.graphics_lf img {
  width: 100%;
}

.searchtitle {
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  color: #111;
  padding-left: 5.5%;
  width: 100%;
  margin: 1.2% 0 2.2% 0;
}

input#inputVerifyCode {
  width: 18%;
}

img.code_class {
  margin-left: 1.2%;
}

.opt-horizontal .radio-inline+.radio-inline,
.opt-horizontal .checkbox-inline+.checkbox-inline {
  margin-left: 2.4%;
}

.message_area>form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.collapse_wind_header {
  background: #F39800;
}

.collapse_wind_header .header_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 4.2;
}

.collapse_wind_header a {
  font-size: 18px;
  color: #FFFFFF;
}

.collapse_wind_header .lf img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.collapse_wind_header .rt img {
  width: 25px;
  height: 24px;
}

.collapse_wind_header .header_search {
  display: flex;
  justify-content: center;
  height: 72px;
  padding-bottom: 22px;
}

.collapse_wind_header .header_search .input {
  background: #F5AC33;
  border: none;
  flex: 6;
  opacity: 0.7;
  font-size: 16px;
  color: #FFFFFF;
  padding-left: 6.2%;
}

.collapse_wind_header .header_search .input::-webkit-input-placeholder {
  opacity: 0.7;
  font-size: 16px;
  color: #FFFFFF;
}

.collapse_wind_header .header_search .input::-moz-placeholder {
  opacity: 0.7;
  font-size: 16px;
  color: #FFFFFF;
}

.collapse_wind_header .header_search .input:-moz-placeholder {
  opacity: 0.7;
  font-size: 16px;
  color: #FFFFFF;
}

.collapse_wind_header .header_search .input:-ms-input-placeholder {
  opacity: 0.7;
  font-size: 16px;
  color: #FFFFFF;
}

.collapse_wind_header .header_search .submit {
  border: none;
  outline: none;
  background-color: #F5AC33;
  background-image: url(../images/collapse_wind_searchicon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% auto;
  flex: 1;
}

.collapse_wind_folded .secnav ul li.active a {
  color: #222222;
}

.collapse_wind_folded .secnav ul:before {
  height: 0 !important;
}

.collapse_wind_folded .secnav ul {
  border-top: 1px solid #FF8859 !important;
  border-left: none;
  border-right: none;
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 16px 0;
}

.open_icon {
  color: #9e9e9e;
}

.open_icon_rot {
  color: #FF8859;
  transform: rotate(90deg) !important;
}

.collapse_wind_folded>ul {
  padding-top: 6.4%;
  padding-bottom: 4.4%;
  max-height: 426px;
  overflow: auto;
}

.collapse_wind_folded>ul,
.collapse_wind_folded>p,
.collapse_wind_folded>div {
  padding-left: 6.6%;
  padding-right: 6.6%;
}

.collapse_wind_folded>ul>li>p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2.8;
}

.collapse_wind_folded>ul>li>p>.list_name {
  font-size: 18px;
  color: #222222;
}

.collapse_wind_folded>ul>li>p>.list_name a {
  font-size: 18px;
  color: #222222;
}

.error_page {
  width: 100%;
  height: 100%;
  margin-top: 9%;
}

.error_page .main {
  margin: 0 auto;
  width: 44%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.error_page .hdline {
  font-size: 180px;
  color: #DDDDDD;
  letter-spacing: -4px;
}

.error_page .subline {
  font-size: 16px;
  color: #999999;
  letter-spacing: -0.38px;
  line-height: 24px;
}

.error_page .toindex,
.error_page .reflush {
  padding: 1.2% 8.2%;
  white-space: nowrap;
  color: #fff;
  background: #FF8859;
}

ul.part_body_list>.no_data {
  text-align: center;
}

.reset-table thead .iconfont {
  font-size: 12px;
  -webkit-transform: scale(0.7);
  color: #C8C8C8;
  transform: scale(0.7);
  display: inline-block;
  margin-right: -6px;
  cursor: pointer;
}

.reset-table thead .iconfont.iconliuyanjiantoushang {
  color: #FF8859;
}

.reset-navbar-right button#backbtn {
  color: #FFFFFF;
  border: none;
}

#echartsmain {
  overflow: auto;
}

#echartsmain {
  /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
  -ms-overflow-style: none;
  /*火狐下隐藏滚动条*/
  overflow: -moz-scrollbars-none;
}

/*谷歌隐藏滚动条*/
#echartsmain::-webkit-scrollbar {
  width: 0px;
}

.cont_main_nav ul {
  /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
  -ms-overflow-style: none;
  /*火狐下隐藏滚动条*/
  overflow: -moz-scrollbars-none;
}

/*谷歌隐藏滚动条*/
.cont_main_nav ul::-webkit-scrollbar {
  width: 0px;
}

.subitem .collapsible>p>a,
.subitem .collapsible>p>a>img {
  width: 100%;
}

.newreporttop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newreporttop .lf {
  width: 44%;
}

.newreporttop .rt {
  width: 56%;
}

.newreporttop .rt>form {
  width: 69%;
  float: right;
}

table .ellips,
.lib_index .part_bot .slider-descript-list>div .main_info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.lib_index .part_bot .slider-descript-list>div .main_info {
  font-size: 12px;
  color: #E0E0E0;
  line-height: 1.84;
  margin-top: 2.1%;
  text-align: center;
}

.lib_index .part_bot .slider-descript-list>div {
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 2.4% 3.2%;
}

.lib_index .part_bot .slider-descript-list>div.active {
  display: flex;
}

.lib_index .part_bot .slider-descript-list>div h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lib_index .part_bot .slider-descript-list {
  /* background: rgba(101, 102, 107, 0.6);
  margin-top: 2%;
  border-radius: 8px; */
}

.slider-descript-list>div h4 .main_tit {
  /* font-size: 14px;
  color: #fff;
  padding: 2.1% 0; */
  width: 64%;
  height: 1.8em;
  font-size: 13px;
  margin-top: .6em;
  color: #222222;
  text-align: center;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-box-orient: vertical;
  -moz-line-clamp: 1;
  -ms-box-orient: vertical;
  -ms-line-clamp: 1;
  overflow: hidden;
}

.slider-descript-list>div h4 .main_tit.classforie>span::after{
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 6px;
  background: -webkit-linear-gradient(left, transparent, rgba(255,255,255,.81) 55%);
  background: -moz-linear-gradient(left, transparent, rgba(255,255,255,.81) 55%);
  background: -o-linear-gradient(left, transparent, rgba(255,255,255,.81) 55%);
  background: linear-gradient(to right, transparent, rgba(255,255,255,.81) 55%);
  z-index: 4004;
}

.slider-descript-list>div h4 .sub_tit {
  font-size: 12px;
  color: #e0e0e0;
  position: relative;
  padding-bottom: 2.2%;
}

/* .slider-descript-list>div h4 .main_tit:after {
  content: '';
  position: absolute;
  margin-left: -5px;
  left: 49%;
  bottom: 0;
  background: #BABABA;
  border-radius: 2px;
  width: 17px;
  height: 3px;
} */

.reset-row .col-md-8.col-lg-8 .conboxcon {
  height: auto;
}

.reset-row .col-md-8.col-lg-8 .main_text {
  padding-left: 0;
}

.reset-table.table>thead>tr>th,
.reset-table.table>tbody>tr>th,
.reset-table.table>tfoot>tr>th,
.reset-table.table>thead>tr>td,
.reset-table.table>tbody>tr>td,
.reset-table.table>tfoot>tr>td {
  vertical-align: middle!important;
  line-height: 2.4;
}

.swiper-container-calendar-act .swiper-slide{
  display: flex;
    flex-direction: column;
    align-items: self-start;
    text-align: left;
}
.navbar-default .navbar-toggle .icon-bar {
  /* background-color: #fff!important; */
}

.act_calbox>div {
  width: 45.8%;
}
.version_ch.lib_index .act_calbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* position: relative; */
}
.part_bot .boxforbg{
  width: 100%;
  min-height: 266.03px;
  background: rgba(255,255,255,.81);
  padding: 3.2% 6.6% 2.8%;
    box-shadow: 0 0 7px 0 rgba(200,200,200,0.20);
}
.calendar_toggle_act{
  /* background: #FFFFFF; */
  width: 98%;
  /* border: 1px solid #E5E5E5; */
  /* text-align: center; */
  /* margin: 0 1%; */
  z-index: 4005;
}
.calendar_toggle_act .swiper-slide{
  /* padding: 1.6em 2.2em; */
  background: transparent;
  display: block;
}

.calendar_toggle_act .swiper-slide .top{
  border-bottom: 1px solid rgba(216,216,216,.8);
  font-size: 20px;
  color: #222222;
  width: 100%;
  padding-bottom: 1em;
  display: flex;
  align-items: self-start;
}
.calendar_toggle_act .lf_date_sig{
  font-size: 18px;
  background: #FF8859;
  color: #fff;
  padding: 3%;
  width: 17%;
  text-align: center;
}
.calendar_toggle_act .lf_pic{
  width: 17%;
}
.calendar_toggle_act .lf_pic>img{
  width: 100%;
}
.calendar_toggle_act .act_tit {
  width: 80%;
  margin-left: 2%;
  color: #222222;
}

.calendar_toggle_act .swiper-slide .top>span{
  display: inline-block;
}
.calendar_toggle_act .swiper-slide .act_det{
  font-size: 14px;
  color: #222;
  line-height: 2em;
  padding-top: .6em;
}
.calendar_toggle_act .act_det span.field {
  font-size: 12px;
}
.calendar_toggle_act  .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D8D8D8;
}
.calendar_toggle_act  .swiper-pagination-bullet-active {
  background: #FF8859 !important;
}
.toggle_act_bd{
  font-size: 14em;
  font-weight: bold;
  /* color: #f8f8f8; */
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4004;
  display: flex;
  /* flex-direction: column-reverse; */
  align-items: flex-end;
  /* height: 100%; */
  line-height: 84%;
}
.loading_pic>img{
  width: 100%;
    display: inline-block;
    height: 280px;
}

.main_text_list .vis .lf.tit{
  color: #474747;
  font-size: 16px;
}

.main_text_list{
  list-style: none!important;
}
.main_text_list li{
  margin-left: 0!important;
}
.main_text_list li:nth-child(1) .vis{
  border-top: none;
}
.main_text_list .vis{
  background: url(../images/retrieving_proc_qusarr_norm_d.png);
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  margin: 0;
    padding: 1.2em 0;
    line-height: 1.6em;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
  /* background-size: 99% 104%; */
}
.main_text_list .vis.open{
  background: url(../images/retrieving_proc_qusarr_norm_u.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.main_text_list .vis:hover{
  background: url(../images/retrieving_proc_qusarr_active.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.main_text_list .folded_det{
  padding-top: 2.2%;
  font-size: 14px;
}
.main_text_list .folded_det .para_pic{
  text-align: center;
}



.opt-vertical.opt_item{
  display: inline-block;
}

.opt-vertical .opt_item .speed{
  background-color: #e5e5e5;
}
.opt-vertical .opt_item.chose .speed{
  background-color: #FF8859;
}
.opt-vertical .opt_item .speed
.opt-vertical .opt_item .opt_d{
font-size: 12px;
line-height: 1.2em;
display: flex;
width: 26%;
align-items: center;
}
.opt-vertical .opt_item .opt_d{
  width: 34%;
  height: 1.2em;
  display: flex;
    align-items: center;
}
.opt-vertical .opt_item .speed{
  /* width: 34%; */
  height: 1.2em;
  display: flex;
    align-items: center;
}
.opt-vertical .opt_item .speed{
  margin-right: 4px;
}
.attach_file>p,
.attach_media>p{
  margin-bottom: 0;
}
.attach_file ul,
.attach_media ul {
  list-style: none;
}
.attach_file ul a, .attach_media ul a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #222222;
}
.attach_file ul a .pdf_icon, .attach_media ul .pdf_icon {
  font-size: 18px;
  line-height: 1.2;
  padding-right: 6px;
  color: #FF8859;
}
.attach_file ul a:hover, .attach_media ul a:hover {
  color: #FF8859;
}


.review{
  padding: 50px;
}
.review .header{
	zoom: 1;
	padding: 10px 0;
	border-bottom: 2px solid #C7C7C7;	
	margin-bottom: 15px;
}
.review .header::after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0
}
.review .header>span{
	color: #515151;
	font-size: 18px;
	font-weight: 600;
}
.review .header .selectbox{
	float: right;
	display: inline-block;
	margin-left: 15px;
	position: relative;
}
.review .header .selectbox span{
	display: inline-block;
	border:1px solid #ACACAC;
	padding: 0 10px;
	left: 5px;
	position: relative;
}
.review .header .selectbox select{
	color: #fff;
	height: 23px;
	padding: 0 60px 0 10px;
	border:1px solid #ACACAC;
	background-color: #b9b9b9;
	appearance:none;  
	-moz-appearance:none;  
	-webkit-appearance:none;
	background-image: url("../images/arrowdown.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 30px 22px;
}
.review .header .selectbox select::-ms-expand { display: none; }
.review .bannerbox{
	position: relative;
}
.review .bannerbox .monthbanner{
	width: 100%;
	height: 120px;
	margin-bottom: 30px;
}
.review .bannerbox .bannername{
	position: absolute;
	top: 23%;
	right: 6%;
	color: #fff;
	font-size: 35px;
	letter-spacing: 2px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
.review .bookdetail ul{
	zoom: 1;
	width: 100%;
}
.review .bookdetail ul::after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}
.review .bookdetail ul li{
	width: 50%;
	float: left;
	zoom: 1;
	margin-bottom: 40px;
}
.review .bookdetail ul li::after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}
.review .bookdetail ul li .imgbox{
	float: left;
	background-color: #fff;
	padding: 6px;
	width: 27%;
	box-shadow: 0px 0px 6px #333333;
}
.review .bookdetail ul li .imgbox img{
	width: 100%;
	height: 160px;
}
.review .bookdetail ul li .textbox{
	width: 61%;
	margin-left: 5%;
	float: left;
	padding: 5px 0;
}
.review .bookdetail ul li .textbox span{
	display: inline-block;
	background: linear-gradient(to top, #C97655, #DEA385);
	color: #fff;
	padding: 3px 21px;
	text-align: center;
	border-radius: 15px;
	margin-bottom: 18px;
}
.review .bookdetail ul li .textbox p{
	padding-left: 3px;
}
.review .bookdetail ul li .textbox .name{
	color: #1C458A;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 18px;
	width:270px;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space: nowrap;
}
.review .bookdetail ul li .textbox .writer{
	color: #333;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.review .bookdetail ul li .textbox .text{
	color: #565656;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.review .footer{
	text-align: center;
}
.review .footer .loading{
	display: inline-block;
	width: 35px;
	height: 30px;
	background-image: url('../images/donblearrow.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.conboxcon_comeback{
	position: absolute;
	font-size: 14px;
	font-weight: 400;
	bottom:0;
	right:35px;
	width: 85px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	background: linear-gradient(to top, #F5F5F5, #fff);
	color: #333;
}
.conboxcon_comeback:hover{
	color:#333;
	text-decoration: none;
}
.conboxcon_comeback img{
	margin-right: 5px;
	position: relative;
	bottom: 2px;
}
.poptitle .conboxcon_comeback{
	top: 0;
	right:0;
	bottom: auto;
}
.aboutitle{
	background:url(../images/contopbg.png) no-repeat left bottom;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	font-size:24px;
	font-weight:normal;
}


.poptitle{
	position:relative;
	margin:0 35px;
	padding:30px 100px 20px;
	border-bottom:1px solid #ccc;
	font-size:28px;
	text-align:center;
}
.poptitle .btn{ position:absolute; left:0; top:20px; display:none;}
.poptitle .date{ display:block; margin:15px 0 0 0; font-size:14px; font-weight:normal; color:#999;}
.poptitle .link{
	background:url(../images/links.png) no-repeat right 50%;
	padding:0 18px 0 0;
}
.popdetail{
	position: relative; 
	padding:35px;
}

.pophead .popbreadcrumb{display:none;}

.popbreadcrumb{
	padding:0 50px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:16px;
}
.popbreadcrumb a{ color:#fff;}
.popbreadcrumb strong{ font-weight:normal;}






























@media (max-width:1800) {
  .lib_index.version_ch .index-banner-swiper .banner_text {
    font-size: 18px;
    padding: 0 4.8em 0 .6em;
  }
  .lib_index.version_ch .index-banner-swiper .banner_text .subtit{
    font-size: 14px;
  }
}

@media (max-width:1368px){
  .cont_lf .part_top, .cont_lf .part_bot {
    padding: 0 .4em;
  }
  .lib_index.version_ch .rt_top {
    height: auto;
  }
}


@media (min-width: 768px) {
  .reset-navbar-nav ul li {
    float: left;
  }
  .personal-center-btn {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  /* .reset-navbar-nav>ul>li {
    padding: 0 !important;
  } */

  .reset-navbar-collapse {
    padding-left: 127px !important;
  }
}

/* @media (min-width: 990px) and (max-width: 1086px) {
  .reset-navbar-nav>ul>li a {
    padding: 18px 7px 15px 8px !important;
  }
} */

.desktop {
    display: block;
}
.mobile {
    display: none;
}
@media (max-width:767px) {
  .desktop {
      display: none !important;
  }
  .mobile {
      display: block !important;
  }

  .select-opt {
    left: 21px !important;
  }

  .open_icon {
    display: inline-block !important;
  }

  .select-opt {
    display: none !important;
  }

  .coll-select-opt {
    display: inline-block !important;
  }
}

@media (max-width:1205px) and (min-width:990px) {
  .sidebar {
    width: 230px !important;
    height: 320px !important;
    right: 8px !important;
    overflow: auto;
  }

  .sidebar .title {
    font-size: 25px !important;
    right: 16px !important;
  }

  .sidelist li {
    margin: 8px 0 !important;
    font-size: 12px;
  }
}

@media (max-width: 1024px) and (min-width: 992px) {
}

@media (max-width: 1199px) and (min-width: 992px) {
  .cont_main_items {
    padding: 2.2% 5.5% 0 5.5% !important;
  }
}


@media (min-width:414px) and (max-width:568px) {

  /* .cont_main_nav ul li.active {
    padding-top: 10px!important;
  } */
  .cont_main_nav ul li a {
    padding: 10px 12px !important;
    font-size: 12px !important;
  }
}

@media (min-width:1378px) {
  .reset-navbar-collapse {
    padding: 0 8% 0 33.6% !important;
  }
}

@media (max-width:1378px) {
  .rt-bot-rt .para_2 {
    flex-wrap: wrap;
  }

  .searchbar {
    width: 46% !important;
  }
}

@media(max-width:1290px) {
  .lib_index.version_ch .index-banner-swiper .banner_text {
    font-size: 16px;
  }
  .lib_index.version_ch .index-banner-swiper .banner_text .subtit{
    font-size: 12px;
  }
  .lfside_navlist button {
    padding: 0 2px;
  }

  .cont_lf .part_top {
    padding: 0 6% !important;
  }

  .cont_lf .part_bot {
    padding: 0 6% 12% !important;
  }
}

@media(max-width:1280px) {
  .side_nav {
    height: auto !important;
  }

  .side_nav_list {
    display: none !important;
  }

  .reset-row {
    padding-right: 0 !important;
  }
}

@media(max-width:1153px) {
  .lfside_navlist button {
    font-size: 12px !important;
  }

  .cont_lf .part_top {
    padding: 0 5% 6.5% !important;
  }

  .cont_lf .part_bot {
    padding: 0 5% !important;
  }
}

@media (max-width: 1199px) {
  /* .slp_procedure li {
    width: 32% !important;
  } */

  .service_libcity .part_body {
    flex-wrap: wrap;
  }

  .about_facility .main_text .whitebtnset a {
    width: 32% !important;
  }

  .service_libcity .graphics,
  .service_libcity .graphics p,
  .service_libcity .graphics a,
  .service_libcity .graphics .img {
    margin-left: 0 !important;
    width: 100%;
  }
}

@media (max-width:414px) {
  .rt-mid-lf .sec_banner {
    margin-top: 0 !important;
  }

  .cont_main_nav ul {
    padding-left: 0 !important;
    width: 100%;
    margin: 0 0 -1px 5.5% !important;
  }

  .cont_main_nav ul .swiper-slide {
    width: auto;
    height: auto;
  }

  .cont_main_nav {
    padding-right: 0;
  }

  .cont_main_nav ul li a {
    padding: 6px 8px !important;
    font-size: 12px !important;
    display: inline-block !important;
    width: auto !important;
  }

  .reset-navbar-collapse {
    padding: 0 58px !important;
  }

  .cont-title {
    font-size: 18px !important;
  }

  .cont_body,
  .hot_cont ul li a span {
    font-size: 12px !important;
  }

  .reset-breadcrumb li.active {
    font-size: 18px !important;
  }

  .mesvalue {
    width: 88% !important;
  }

  .rt-mid-lf>h4,
  .rt-mid-rt-top>h4,
  .rt-mid-rt-bot>h4 {
    font-size: 18px !important;
    padding: 8px 1.4em;
    font-weight: bold;
    /* justify-content: center !important; */
    /* padding-top: 40px !important; */
  }

  /* .rt-mid-lf>h4 .more_lk,
  .rt-mid-rt-top>h4 .more_lk,
  .rt-mid-rt-bot>h4 .more_lk {
    display: none;
  } */

  .rt-mid-lf,
  .rt-mid-rt-top {
    /* background-color: #fff; */
    margin-bottom: 12px !important;
    padding-top: 8.4%;
  }

  .rt-mid-rt-bot {
    /* background-color: #fff; */
    margin-bottom: 0 !important;
    padding-top: 8.4%;
    padding-bottom: 10.4%;
  }

  .lib_index.version_en .rt-mid-lf,
  .lib_index.version_en .rt-mid-rt-top{
    background-color: #fff;
  }

  .version_en .rt-mid-rt-bot {
    background-color: initial;
    padding-top: 0%;
    /* padding-bottom: 0%; */
  }

  .bot_morelk {
    /* display: block !important; */
  }

  .version_en .bot_morelk {
    display: none !important;
  }

  .version_ch.lib_index .rt_mid,
  .rt_bot {
    padding: 0 !important;
    /* background: transparent !important; */
  }
  .version_en .rt_mid,
  .version_en .rt_bot {
    padding: 2.2% 5.8% 3.6% !important;
  }

  .cont_rt {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }

  .rt_mid .sec_contlist li {
    /* padding-left: 20px !important; */
    padding: 1em 0!important;
  }

  .lib_index.version_en .rt_mid .sec_contlist li {
    padding-left: 0 !important;
  }
}
@media(max-width:375px) {
  .list_item_pic img {
    width: 100%!important;
}
}
@media (max-width:992px) {
  .part_bot .boxforbg {
    min-height: 226px;
}
  body {
    height: auto !important;
  }

  .reset-row {
    flex-direction: column !important;
    justify-content: flex-start !important;
    overflow: auto;
    height: auto !important;
    padding-top: 84px;
  }

  .cont_lf .part_bot {
    position: relative !important;
    top: auto !important;
  }

  .cont_lf {
    min-height: 768px;
    overflow: visible !important;
  }

  .cont_rt {
    min-height: auto !important;
  }

  .cont_lf .part_top {
    position: relative !important;
    top: auto !important;
  }

  .cont_lf .part_bot {
    padding: 6% 8% !important;
  }

  .cont_lf .part_top {
    /* padding: 22% 8% 8% !important; */
    padding: 16% 8% 8% !important;
    margin-top: 0;
  }

  .cont_rt {
    /* padding-top: 7.2% !important; */
    /* background: #fff; */
    padding: 7.2% 0 0 !important;
    overflow: initial !important;
  }

  /* .reset-navbar-nav>ul>li>p {
    padding: 18px 7px 15px 7px !important;
  } */

  .nav>ul>li {
    padding: 0 !important;
  }
}

.lib_index.version_en .cont_rt {
  padding: 0 !important;
}

@media (max-width: 768px) {
  
  .swiper-container-side .swiper-slide a,
  .swiper-container-side .swiper-slide img {
  display: inline-block;
  width: auto;
  height: 100%;
}
  .calendar_toggle_act .swiper-slide .top {
    font-size: 16px;
}
  .calendar_toggle_act .act_tit {
    width: 75%;
}
.calendar_toggle_act .lf_date_sig {
  font-size: 14px;
  width: 20%;
  text-align: center;
}
  .main_text_list .vis .lf.tit {
    font-size: 14px;
    padding-right: 42px;
    display: inline-block;
}
.main_text_list .folded_det {
  font-size: 12px;
}
  .about_facility .main_text .descript {
    margin-bottom: 6.4em;
  }

  body,
  html {
    height: 100% !important;
  }

  .collapse_wind_folded {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5004;
  }

  .rt_bot {
    flex-direction: column;
    border-bottom: none!important;
  }
  .rt-bot-lf,.rt-bot-mid{
    width: 100%;
    padding: 5.3% 4.6% 0;
  }
  .rt-bot-lf:before, .rt-bot-mid:before{
    display: none;
  }
  .rt-bot-rt{
    display: none;
  }
  .about_facility .midpart {
    width: 100% !important;
  }

  /* .reset-navbar-nav>ul>li>a {
    background: none !important;
  } */

  #search_btn {
    height: 57px !important;
  }

  .reset-navbar-right {
    width: auto !important;
    text-align: center;
  }

  .reset-navbar-right>li {
    margin: 0 0 6px 0;
  }

  /* .reset-navbar-nav>ul>li.active>a {
    background: url(../images/nav_cur_new.png) no-repeat 2% bottom !important;
  }

  .reset-navbar-nav>ul>li.cur>a {
    background: url(../images/nav_cur_new.png) no-repeat 2% bottom !important;
  }

  .reset-navbar-nav>ul>li>a:hover {
    background: url(../images/nav_cur_new.png) no-repeat 2% bottom !important;
  } */

  .reset-navbar-toggle {
    margin-right: 4.4%;
    padding: 11px 11px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cont_sketch {
    padding: 0 26px !important;
  }

  .cont_sketch_detail_left,
  .cont_sketch_detail_right {
    width: 100% !important;
    margin: 10px 0;
  }

  .reset-row {
    padding-right: 0 !important;
    /* height: 100% !important; */
  }

  .side_nav {
    display: none !important;
  }

  .cont_main_items {
    padding: 7.2% 5.5% 0 5.5% !important;
  }

  table {
    font-size: 12px !important;
  }

  .databasebox {
    flex-wrap: wrap !important;
  }

  .database_foreign,
  .database_cn {
    width: 100% !important;
    flex: auto !important;
  }

  .database_cn {
    margin-top: 17% !important;
  }

  .reset-navbar-nav>ul>li>a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: none !important;
  }

  .navbar-nav .secnav {
    /* display: none; */
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    padding: 0 !important;
    box-shadow: none !important;
  }

  .navbar-nav .secnav ul li a {
    font-size: 14px;
    color: #888;
    letter-spacing: -0.34px;
    line-height: 40px;
  }

  .navbar-nav .secnav ul li a:hover {
    color: #222222;
  }

  .navbar-nav .secnav ul {
    border-top: 1px solid #D8D8D8 !important;
    display: flex;
    flex-wrap: wrap;
  }

  .navbar-nav .secnav ul li {
    width: 48% !important;
    padding: 0 0 0 6.2% !important;
  }

  .icon_rot {
    transform: rotate(90deg) !important;
  }

  .service_plat ul li {
    width: 100% !important;
    height: auto !important;
  }

  .subslidecon {
    flex-wrap: wrap;
  }

  .subleft,
  .subcenter,
  .subright,
  .subconbox .subitem {
    width: 100% !important;
  }

  .graphics_lf,
  .graphics_rt {
    width: 46%;
  }

  .graphic_qr {
    padding: 15.6% 13.6% !important;
  }

  .graphic_qr>img {
    width: 87% !important;
    height: auto !important;
  }

  .graphic_slogan {
    font-size: 14px !important;
    padding: 0 !important;
    white-space: nowrap;
  }

  .graphic_subslogan {
    font-size: 12px !important;
    white-space: nowrap;
  }

  .version_en .lfside_navlist {
    display: none;
  }

  .version_en .cont_lf .part_top {
    margin-top: 0%;
  }

  .version_en .cont_lf {
    min-height: auto;
  }

  .version_en .cont_lf .part_bot {
    display: none;
  }

  .version_en .reset-swiper-btn {
    display: none;
  }

  .version_en .cprt {
    display: block !important;
    background: #FF8859;
    border-top: none;
    padding: 7.2% 0 4.6%;
  }

  .version_en .cprt p {
    line-height: 1.5;
    color: #fff;
    /* width: 84%; */
    /* margin: 0 auto; */
  }

  .lib_index.version_en .rt_mid .list_body>a {
    flex-direction: column;
    align-items: self-start;
  }

  .lib_index.version_en .rt_mid .list_body>a .date {
    font-size: 12px;
    opacity: .7;
  }
}

@media(max-width:714px) {
  .lib_index.version_ch .index-banner-swiper .banner_text {
    font-size: 12px;
  }
  .lib_index.version_ch .index-banner-swiper .banner_text .subtit{
    font-size: 12px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .version_ch.lib_index .rt-mid-rt{
    flex-direction: column;
  }
  .version_ch.lib_index .rt-mid-rt-top, .version_ch.lib_index .rt-mid-rt-bot{
    width: 100%;
  }
  .version_ch.lib_index .act_calbox{
    flex-direction: column;
  }
  .more_lk.cal_act{
    display: none!important;
  }
  
  .version_ch.lib_index .calendar_toggle_act h4,
  .version_ch.lib_index  .calendar_toggle_act h4.response .more_lk.cal_act{
    display: block!important;
  }
  .version_ch.lib_index .calendar_toggle_act h4.response{
    text-align: right;
    padding-bottom: 5px;
    border-bottom: 2px solid #f0f0f0;
  }
  .version_ch.lib_index .act_calbox>div {
    width: 100%;
    margin-bottom: 1.4em;
  }
  .version_ch.lib_index .rt-mid-lf h4 a.more_lk{
    display: inline-block!important;
  }
  .reset-navbar-brand{
    width: 22%;
  }
  .lib_index.version_en .rt_mid .sec_contlist li {
    width: 100%;
  }
}

@media (max-width:414px) {
  .cont_body a.bankbtn {
    padding: 0.3% 8.96% 0.3% 1.96% !important;
  }

  .btnset a {
    padding: 0.3% 3.96% !important;
  }

  /* TODO: 为什么全局限制字体大小 */
  .iconfont {
    /* font-size: 12px !important; */
    font-size: 12px;
  }

  .graphics_rt {
    margin: 0 !important;
  }

  .graphic_slogan {
    font-size: 12px !important;
  }

  .graphic_subslogan {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  .part_bot>h4 {
    text-align: center;
  }

  .ressearch .input,
  .ressearch .submit {
    /* height: 56px !important; */
  }

  .lfside_navlist {
    display: none !important;
  }

  .ressearch .PC-view {
    display: none;
  }
  .ressearch .mobile-view {
    display: flex !important;
  }

  .lfside_subnav ul li p>span {
    width: 48% !important;
  }

  .cont_lf {
    background-image: none !important;
    /* background-color: #fff; */
  }

  .cont_lf .part_top {
    background-image: url(../images/index_bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    margin-top: 0 !important;
  }

  .free_readinglink {
    padding: 10px 13px !important;
    line-height: 36px !important;
  }

  .cont_rt .rt_top {
    display: none;
  }

  .version_en .cont_rt .rt_top {
    display: block;
  }

  /* .rt_mid {
    flex-wrap: wrap;
  }

  .rt-mid-lf,
  .rt-mid-rt {
    width: 100% !important;
  } */

  .cprt {
    padding: 40px 0 16px 0;
    border-top: 2px solid #ddd;
    /* margin-top: 14%; */
    margin-top: 3%;
  }

  .lib_index .cprt {
    margin-top: 0%;
  }

  .cprt p {
    /* display: flex;
    flex-direction: column-reverse;
    line-height: 0.9em; */
    /* padding-top: 26px; */
    line-height: 1.6em;
    width: 64%;
    margin: 0 auto;
  }

  .lfside_subnav ul li p>span {
    line-height: 30px !important;
  }

  /* .part_bot .media {
    padding: 6.6% 3.4% 10.6% !important;
  } */

  .part_bot .media-heading,
  .interest_desc {
    margin-bottom: 10px !important;
  }

  .rt_mid .list_body>p {}
}

.version_en .cont_lf .part_top {
  background-image: none !important;
}
@media (max-width:765px) and (min-width:568px) {
  .list_item_pic {
    flex: 4;
  }
}
@media (max-width:568px) {
  .lib_index.version_ch .index-banner-swiper .swiper-slide>a {
    /* width: 58%; */
}
  .lib_index.version_ch .index-banner-swiper .banner_text {
    width: 42%;
    font-size: 12px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .opt-vertical .opt_item .opt_d {
    width: 66%;
}
  .calendar_toggle_act .swiper-slide {
    padding: 1.4em;
}
  .rt_mid {
    flex-wrap: wrap;
  }

  .rt-mid-lf,
  .rt-mid-rt {
    width: 100% !important;
  }
  .lib_index.version_ch .rt_mid .boxforbd{
    padding: 0!important;
  }
  .lib_index.version_ch  .rt-mid-rt .mid_bd{
    display: none;
  }
  .part_bot .swiper-slide {
    height: 160px !important;
    width: 120px !important;
  }

  .cont_main_items .info_set>li .field b {
    font-weight: normal;
    /* max-width: 74%; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
  }

  .cont_main_items .info_set>li {
    font-size: 14px;
    line-height: 4.2rem;
  }

  .cont_main_items .info_set>li .data {
    font-size: 12px;
    padding-left: 12px;
    padding-right: 8px;
  }

  .cont_main_items .info_set>li .field {
    padding-left: 8px;
  }

  .cont_main_items .info_set>li>a i {
    margin-right: 6px;
  }

  thead,
  tbody {
    font-size: 14px;
  }

  .cont_body.edittext .pic_para img {
    width: 100% !important;
  }

  .cont_body {
    padding: 3.6% 4.6% 2.6%;
  }

  #calendar tbody {
    font-size: 12px;
  }

  #calendar span.fc-day-number {
    margin-right: 0px !important;
  }

  #calendar .fc-content-skeleton thead {
    font-size: 12px;
  }

  #calendar .fc-day-header {
    text-align: center;
    padding-right: 0;
    line-height: 3.2;
    font-size: 12px;
  }

  #calendar .fc-today>.fc-day-number {
    height: 1.6em !important;
    width: 1.6em !important;
    line-height: 1.6em !important;
  }

  #calendar .fc-event {
    line-height: 1.6em !important;
  }

  #calendar .fc-event .fc-content {
    transform: scale(.8) !important;
  }

  #calendar .fc-day-grid-event .fc-content {
    overflow: auto;
  }

  .slider-descript-list>div h4 .main_tit {
    font-size: 14px;
  }

  .lib_index .part_bot .slider-descript-list>div .main_info {
    font-size: 12px;
  }

  .mapcon,
  .traffic_mapbox {
    display: flex;
    flex-direction: column-reverse;
  }

  .traffic_mapbox .descrip_box {
    position: relative;
    width: 100%;
    padding: 5.2% 6.2%;
    border: 1px solid #E5E5E5;
    border-radius: 14px;
    left: auto;
    top: auto;
    margin-bottom: 18px;
  }

  .text_details .graphics {
    height: auto;
    min-height: auto;
  }

  .detaillist_text {
    padding: 6.4% 3.6%;
    height: 68%;
  }

  .text_details {
    justify-content: space-between;
  }

  .detaillist {
    width: 48%;
    margin: 3.4% 0 0;
  }

  .swiper-container-about .banner_text {
    width: 100%;
  }

  .swiper-container-about .reset-swiper-btn {
    display: none;
  }

  .newreporttop .rt>form {
    width: 100%;
    float: left;
  }

  .newreporttop .lf,
  .newreporttop .rt {
    width: 100%;
  }

  .outside_Access .midpart_1 .graphics {
    flex-wrap: nowrap;
  }

  .graphic_qr {
    padding: 8.6% 4.6% !important;
  }

  .outside_Access .midpart_1 .graphics>p {
    margin-right: 6.2%;
  }

  .reset-pagination {
    padding: 0 5px;
  }

  .page_skip button {
    width: 53px;
    height: 24px;
    line-height: 24px;
    margin-left: 5px;
  }

  .skip_input {
    width: 32px;
    height: 23px;
    margin: 0 4px;
    padding: 2px 4px;
  }

  .page_skip {
    display: flex;
    align-items: center;
  }

  .reset-pagination>li>a,
  .reset-pagination>li>span {
    padding: 2px 6px !important;
  }

  .items_pagination {
    padding-left: 3.2% !important;
  }

  .back-top-opt {
    top: 80% !important;
    width: 44px !important;
    height: 44px !important;
  }

  .list_item_detail {
    flex: 3 !important;
    padding-left: 10px;
  }

  .list_item_detail .item_title {
    font-size: 14px;
  }

  .list_item_detail .item_attach {
    font-size: 12px;
  }

  .part_body_list p {
    line-height: 1.8;
  }

  .cont_main_nav>.reset-select-control {
    width: 68% !important;
    height: 30px;
    font-size: 12px;
  }

  .searchbar {
    width: 100% !important;
    align-items: center;
    margin-bottom: 4.4%;
  }

  .media_banner .swiper-container .reset-swiper-btn {
    display: none !important;
  }

  .slp_procedure li {
    width: 47% !important;
  }

  .citylibrary_graphic_1>a>img {
    width: 68% !important;
    height: auto !important;
  }

  .outside_Access .main_text img {
    width: 100%;
  }

  .part_body {
    flex-wrap: wrap;
  }

  .questions_set .answer,
  .btnset a,
  .reply_cont,
  .comment_cont {
    font-size: 12px !important;
  }

  .readerstop p,
  .toppart_1 p,
  .questions_set .ques_text,
  .main_text,
  .comment_head,
  .comments_box .title,
  .comments_user_id,
  .reply_id {
    font-size: 14px !important;
  }

  .readerstop p,
  .toppart_1 p {
    line-height: 28px !important;
  }

  .cont_descript_emph,
  .cont_toppart .title,
  .cont_midpart .title,
  .cont_botpart .title,
  .readerstop h4 {
    font-size: 14px !important;
  }

  .hot_cont ul {
    flex-wrap: wrap !important;
  }

  .hot_cont ul li {
    width: 48% !important;
    margin-bottom: 11px !important;
  }

  .comments_user_portait>img {
    width: 30px !important;
  }

  .media_banner {
    flex-wrap: wrap;
  }

  .banner_left,
  .banner_right {
    width: 100% !important;
    flex: auto !important;
  }

  .media_banner .banner_right .title {
    /* height: auto !important; */
    height: 22%;
  }

  .banner_right {
    /* height: 174px !important; */
    min-height: 214px;
  }

  .banner_right .banner_list {
    overflow: auto;
    /* height: 130px; */
    padding: 30px 0 !important;
  }

  .about_institutions .cont_midpart .midpart {
    width: 100% !important;
  }
}

@media(max-width:910) {}

/* 微课程 */
.subject_title_all span{
  font-size: 18px;
  font-family: PingFangHK-Regular, PingFangHK;
  color: #222222;
  line-height: 25px;
  padding-left: 10px;
  white-space: nowrap;
}
/* .subject_list{
  height: 180px;
} */
.micro_subjects {
  padding-left: 1.6em;
}
.subject_detail{
  width: 100%;
}
.subject_desc p{
  height: 40px;
  font-size: 14px;
  font-family: PingFangHK-Regular, PingFangHK;
  color: #555555;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
}
.subject_main_img img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.subject_main_img a{
  height: 100%;
}
/* 微课程详情 */
.about_class_more{
  width: 100%;
  background: #F9F9F9;
}
.class_detail_title{
  width: 100%;
  height: 33px;
  margin-top: 30px;
  text-align: center;
  font-size: 24px;
  font-family: PingFangHK-Regular, PingFangHK;
  color: #222222;
  line-height: 33px;
}
.play_media{
  position: relative;
  margin-top:23px;
  width: 100%;
  height: 511px;
  background-color: rgba(0,0,0,0.29);
}
.play_pause_icon{
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  background: url('../images/play_pause_icon.png') no-repeat 0 0;
}
.class_detail_intro{
  width: 100%;
  height: 500px;
  padding: 20px 39px 0 18px;
  font-size: 14px;
  font-family: PingFangHK-Regular, PingFangHK;
  color: #555555;
  line-height: 30px;
  word-break: break-all;
}
.subject_desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-word-break: break-all;
}
/* 新生指南 */
.new_student_guide_title{
  width: 100%;
  height: 24px;
  text-align: center;
  font-size: 18px;
  font-family: PingFangHK-Regular, PingFangHK;
  color: #222222;
  line-height: 25px;
}
.new_student_guide_intro{
  width: 100%;
  margin-top: 39px;
  font-size: 14px;
  font-family: PingFangHK-Regular, PingFangHK;
  color: #555555;
  line-height: 30px;
}
.new_student_guide_img{
  margin-top: 25px;
  margin-bottom: 35px;
  width: 100%;
  text-align: center;
}
.new_student_guide_img img {
  width: 100%;
}
/* 预约参观 */
.about_visit_appoint {
  padding-top: 3%;
}
.visit_appoint
, .appoint_contact{
  position:relative;
  padding-left: 25px;
}
.visit_appoint .appoint_icon
, .appoint_contact .appoint_icon{
  position:absolute;
  left: 0;
  top:4px;
}
.appoint_title{
  padding-left: 10px;
  font-size: 18px;
  font-family: PingFangHK-Regular, PingFangHK;
  color: #222222;
  line-height: 25px;
}
.appoint_content{
  padding-left: 1.9em;
  margin-top: 14px;
  font-size: 14px;
  font-family: PingFangHK-Regular, PingFangHK;
  color: #555555;
  line-height: 30px;
}
.appoint_contact{
  margin-top: 90px;
}
/* 预约培训 */
.extra_tip{
  height: 17px;
  font-size: 12px;
  font-family: PingFangHK-Regular, PingFangHK;
  color: rgba(0, 0, 0, 0.45);
  line-height: 17px;
}
.icon_date{
  padding-right: 35px;
  background: url(../images/appoint_train_date_icon.png) no-repeat 99% 4px;
}
.radio_query{
  display: inline-block;
  width: 20%;
  margin-bottom: .8%;
  margin-left: 10px;
  color: #555;
  white-space: nowrap;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  line-height: 35px;
}
.radio_btn{
  display: none;
}
.radio_query::before{
  position: relative;
  top: 2px;
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #D4D4D4;
  margin-right: 6px;
  z-index: 1;
}

input.radio_btn:checked+label::before{
  border: 4px solid #FF8859;
}
.radio_container{
  width: 100%;
  margin-top: 5px;
}
div.count_down_container{
  position: fixed;
  top: 63px;
  padding-right: 2%;
  padding-left: 5.8%;
  z-index: 9;
}
p.count_down_container{
  width: 100%;
}
span.count_down{
  float: right;
}
/* 预约参观提交结果 */
@media(max-width:3000px) {
  .rotate-bg
  ,.overlay
  ,.ly-plate{
    width: 30vw;
    height: 30vw;
  }
  .ly-plate div.lottery-star {
    width: 143px;
    height: 179px;
    margin-top: -18px;
  }
  .no_gift_msg
  ,.no_lottery_msg
  ,.win_gift_msg
  ,.appoint_succ_msg
  ,.win_gift_msg {
    width: 21vw;
  }
  .result_container{
    padding: 5vh 2vw;
  }
  .form-item_3 {
    width: 30%;
  }
}
@media(max-width:1200px) {
  .rotate-bg
  ,.overlay
  ,.ly-plate{
    width: 50vw;
    height: 50vw;
  }
  .ly-plate div.lottery-star {
    width: 13vw;
    height: 13vw;
  }
  .no_gift_msg
  ,.no_lottery_msg
  ,.win_gift_msg
  ,.appoint_succ_msg
  ,.win_gift_msg {
    width: 40vw;
  }
  .result_container{
    padding: 5vh 2vw;
  }
  .form-item_3 {
    width: 30%;
  }
}
@media(max-width:910px) {
  .rotate-bg
  ,.overlay
  ,.ly-plate{
    width: 70vw;
    height: 70vw;
  }
  .ly-plate div.lottery-star {
    width: 19vw;
    height: 19vw;
  }
  .no_gift_msg
  ,.no_lottery_msg
  ,.win_gift_msg
  ,.appoint_succ_msg
  ,.win_gift_msg {
    width: 75vw;
  }
  .result_container{
    padding: 5vh 8vw;
  }
  .form-item_3 {
    width: 100%;
  }
}
.result_container{
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  background-color: #fff;
  border-radius: 5px;
}

.appoint_succ{
  display: inline-block;
  width: 110px;
  height: 40px;
  border: 1px solid #FF8859;
  line-height: 40px;
  text-align: center;
}
.result_img_container{
  text-align: center;
}
.appoint_succ_msg{
  /* height: 1.2em; */
  margin-top: 1em;
  font-size: 1.2em;
  font-family: PingFangHK-Regular, PingFangHK;
  color: rgba(34, 34, 34, 0.85);
  line-height: 1.2em;
  text-align:center;
}
.appoint_succ_btns{
  margin-top: 2em;
  text-align: center;
}
.appoint_succ_btns .appoint_close{
  color: #FF8859;
  background-color: transparent;
}
.appoint_succ_btns .view_record {
  color: #fff;
  background-color: #FF8859;
  margin: 1vw;
}
/* 有奖答题结果 */
.closex{
  position: absolute;
  top: 10px;
  right:10px;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url('../images/cls_icon.png') no-repeat;
  background-size: 100%;
}

.ly-plate{
	position:relative;
	margin: 1.5em auto;
}
.ly-plate div.lottery-star{
	position:absolute;
	top:50%;
	left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
	outline:none
}
.ly-plate div.lottery-star img{
  width: 100%;
}
.ly-plate div.lottery-star #lotteryBtn{
	cursor: pointer;
	position: absolute;
	top:0;
	left:0;
}
.rotate-bg{
	background:url('../images/turntable.png') no-repeat;
	background-size: 100%;
  position:absolute;
	top:0;
	left:0;
}
.result_container .overlay{
	position:absolute;
	top:0;
	left:0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

.lottery_title{
  width: 100%;
  height: 2em;
  font-size: 1.8em;
  font-family: PingFangHK-Medium, PingFangHK;
  font-weight: 500;
  color: #222222;
  line-height: 2em;
  text-align: center;
}
.lottery_times, .ques_score_num{
  color: #FF8859;
}
.ques_score{
  width: 100%;
  height: 2em;
  margin-top: 1.5em;
  font-size: 1.2em;
  font-family: PingFangHK-Regular, PingFangHK;
  color: rgba(34, 34, 34, 0.65);
  line-height: 2em;
  text-align: center;
}
/* 无抽奖页面 */
.so_sorry{
  width: 100%;
  height: 2em;
  font-size: 1.8em;
  font-family: PingFangHK-Regular, PingFangHK;
  color: #222222;
  line-height: 2em;
  text-align: center;
  margin-top: 1em;
}
.no_lottery_msg{
  font-size: 1.6em;
  font-family: PingFangHK-Regular, PingFangHK;
  color: rgba(34, 34, 34, 0.65);
  line-height: 1.8em;
  text-align: center;
  margin-top: 1em;
}
.no_lottery_msg .no_lottery_score {
  color: #B13F3F;
  font-size:1.8em;
}

.ques_submit{
  display: inline-block;
}
/* 中奖页面 */
.win_gift_title{
  width: 100%;
  height: 2.2em;
  font-size: 1.8em;
  font-family: PingFangHK-Regular, PingFangHK;
  color: #222222;
  line-height: 2.2em;
  text-align: center;
  margin-top: 1.8em;
}
.win_gift_msg{
  font-size: 1.2em;
  font-family: PingFangHK-Regular, PingFangHK;
  color: rgba(34, 34, 34, 0.65);
  line-height: 2em;
  margin-top: 0.8em;
  overflow: hidden;
}
.award_rank_conatiner{
  color:#FF8859;
  font-size: 1.2em;
  line-height: 2em;
  margin-top: 0.8em;
  text-align: center;
}
.no_gift_msg{
  text-align: center;
}
.no_gift_title{
  margin-top: 0;
}
.not_visiable{
  display: none;
}
.form_container {
  max-width: 960px;
  margin: 0 auto;
}
.no_appoint_title{
  height: 25px;
  font-size: 18px;
  font-family: PingFangHK-Regular, PingFangHK;
  color: #222222;
  line-height: 25px;
  text-align: center;
}
.no_appoint_msg{
  margin-top: 25px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangHK-Regular, PingFangHK;
  color: #555555;
  line-height: 20px;
  text-align: center;
}

.btnset button {
  margin-bottom: 6px;
  padding: 0.3% 3.96%;
  border:0;
  outline:0;
  background: #FF8859;
  color: #FFFFFF;
  font-size: 14px;
  white-space: nowrap;
  line-height: 2.4;
}
span.btnset .xinBox {
  padding: 0.3% 35%;
}
.filter {
  padding-left: 3%;
}
/* .jedate .hmstitle>p:last-child
,.jedate .hmslist>div:last-child {
  display: none;
}
.jedate-time .timepane {
  width:175px;
}
.jedate .jedate-time .hmstitle {
  width: 141px;
}
.jedate .jedate-time .hmstitle p {
  width: 50%;
} */

/* 预约成功界面 */
.reserve-success {
  height: calc(100vh - 87px);
  text-align: center;
}
.reserve-success .success-icon {
  width: 120px;
  margin: 12px;
}

.reserve-success .title-level-one {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
}
.reserve-success .qrcode {
  width: 200px;
  margin: 20px 0 0;
}
.reserve-success .title-level-two {
  font-size: 20px;
  line-height: 1.5;
}
.reserve-success .text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
}

/* 预约弹出框 */
#reserveModal .content {
  padding: 20px;
}
#reserveModal .content.center,
#reserveModal .whitebtnset {
  text-align: center;
}
#reserveModal .header {
  padding: 0 45px 0 14px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  color: #fff;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
}

#reserveModal .content .text {
  margin-bottom: 12px;
  font-size: 16px;
  text-align: center;
}
#reserveModal .form-item {
  display: flex;
  font-size: 16px;
  margin-bottom: 24px;
}
#reserveModal .form-item input[type="radio"] {
  margin: 0;
}
#reserveModal .form-item input#female {
  margin-left: 12px;
}
#reserveModal .form-item textarea {
  width: 80%;
}
#reserveModal .form-item .form-label {
  width: 120px;
  text-align: right;
  font-size: 14px;
  color: #222;
  font-weight: normal;
}
#reserveModal .form-item .form-label.required::before {
  position: absolute;
  left: 8px;
  color: #ee0a24;
  font-size: 14px;
  content: '*';
}
#reserveModal .form-item .form-comp {
  flex: 1;
  color: #555;
}
#reserveModal .form-item .form-comp label {
  font-weight: normal;
}
#reserveModal .form-item .form-comp textarea {
  border: 1px solid #dcdee2;
}


#cboxClose.small-colose-btn {
  top: 14px;
  right: 12px;
  width: 30px;
  height: 30px;
  background: url("../images/icon-close.png") no-repeat center;
}

@media (max-width: 767px) {
  #colorbox {
    max-width: 100% !important;
  }
  #cboxWrapper {
    margin: 0 auto;
    left: 5%;
    max-width: 90% !important;
    right: 0;
  }
  #cboxContent, #cboxLoadedContent {
    max-width: 100% !important;
  }

  #reserveModal .form-item {
    display: block;
  }
  #reserveModal .form-item .form-label {
    padding-bottom: 8px;
    width: auto;
  }
  #reserveModal .form-item .form-comp textarea {
    width: 100%;
  }
}



.parentBox {
  height: 100%;
  background: #fff;
  padding: 100px;
  text-align: center;

	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.scalableBox {
  width: 60px;
  height: 105px;
}
.apringBox {
  transition: stroke 0.3s;
}

.apwormOneBox,
.apwormTwoBox {
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.apwormTwoBox {
  animation-name: worm2;
  visibility: hidden;
}
.apwormOneBox {
  animation-name: worm1;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: hsl(var(--hue), 10%, 10%);
    --fg: hsl(var(--hue), 10%, 90%);
  }

  .apringBox {
    stroke: hsla(var(--hue), 10%, 90%, 0.9);
  }
}

@keyframes worm1 {
  from {
    animation-timing-function: ease-in-out;
    stroke-dashoffset: -87.96;
  }

  20% {
    animation-timing-function: ease-in;
    stroke-dashoffset: 0;
  }

  60% {
    stroke-dashoffset: -791.68;
    visibility: visible;
  }

  60.1%,
  to {
    stroke-dashoffset: -791.68;
    visibility: hidden;
  }
}

@keyframes worm2 {
  from,
  60% {
    stroke-dashoffset: -87.96;
    visibility: hidden;
  }

  60.1% {
    animation-timing-function: cubic-bezier(0, 0, 0.5, 0.75);
    stroke-dashoffset: -87.96;
    visibility: visible;
  }

  77% {
    animation-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.88);
    stroke-dashoffset: -340;
    visibility: visible;
  }

  to {
    stroke-dashoffset: -669.92;
    visibility: visible;
  }
}