* {
  margin: 0px;
  padding: 0px;
  font-family: 'Noto_R';
  font-size: 14px;
  color: #636363;
}

html, body {
  scrollbar-arrow-color: #f1f1f1;
  scrollbar-track-color: #f1f1f1;
  scrollbar-base-color: #f1f1f1;
  scrollbar-face-color: #f1f1f1;
  scrollbar-3dlight-color: #dbdbdb;
  scrollbar-darkshadow-color: #dbdbdb;
  scrollbar-highlight-color: #dbdbdb;
  scrollbar-shadow-color: #dbdbdb;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: none;
  height: 10px;
  background: #2f2f2f
}

::-webkit-scrollbar-track {
  background: #efefef;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, .2)
}

::-webkit-scrollbar-thumb {
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, .2);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, .1)
}

a {
  text-decoration: none;
  color: #4d4d4d;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

input, textarea, select {
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
  text-indent: 0;
}

select::-ms-expand {
  display: none;
}

select {
  /* background: url(/img/arrow.png) no-repeat 95% 50% / 5%; */
  background: url(/img/open.png) no-repeat 95% / 10px #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  padding: 0;
  text-indent: 0px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  outline: none;
  padding-left: 1%;
  /* height: 42px; */
  width: 100%;
}

ul {
  list-style: none;
}

ul.page {
  list-style: none;
  text-align: center;
  width: 1200px;
  display: inline-block;
  margin: 50px auto;
}

ul.page li {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
}

ul.page li.page_no {
  border-bottom: 1px solid #0097f1;
}

.none_content {
  width: 1200px !important;
  text-align: center !important;
  padding: 50px 0 !important;
  margin: 0 !important;
}

.all_view_wrap {
  position: fixed;
  top: 0;
  right: 0;
  border: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000000009;
  height: 100%;
  width: 100%;
  text-align: center;
  display: none;
}

.all_view_wrap .all_view_menu {
  background-color: #fff;
  width: 440px;
  height: 468px;
  margin-top: -240px;
  margin-left: -240px;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 3px;
}

.all_view_wrap .all_view_menu .all_view_title {
  margin-bottom: 38px;
  display: inline-block;
  color: #4a96ee;
  font-size: 18px;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.all_view_wrap .all_view_menu .all_view_cancel {
  position: absolute;
  right: 20px;
  top: 20px;
}

.all_view_wrap .all_view_menu .all_view_cancel>i {
  color: #4a96ee;
  font-size: 20px;
  cursor: pointer;
}

/*global_header*/
header {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  position: fixed;
  background-color: #fff;
  z-index: 99999;
  height: 70px;
  line-height: 70px;
}

header>div {
  width: 1300px;
  display: inline-block;
  height: 70px;
  line-height: 70px;
}

header>div>ul {
  width: 60%;
  cursor: pointer;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

header>div ul:nth-child(1) {
  float: left;
  display: none;
}

header>div ul:nth-child(3) {}

header>div ul li {
  text-align: center;
  display: inline-block;
}

header>div ul .xi-magnifier {}

header>div ul li:nth-child(6) {}

header>div>div {
  float: left;
  width: 20%;
  text-align: left;
  height: 70px;
  line-height: 70px;
}

header>div>div.m_menu {
  display: none !important;
}

header>div>div img {
  cursor: pointer;
  vertical-align: middle;
  width: 150px;
}

.index_menu_list {}

.index_menu_title {
  display: none;
}

.index_menu_list li {
  padding: 0 20px;
}

.index_menu_list li>i {
  display: none;
}

.index_menu_list li:nth-child(6) {
  display: none;
}

.index_menu {
  width: 20%;
  position: relative;
  text-align: right;
  float: right;
}

.index_menu li {
  width: 20%;
  position: relative;
}

.index_menu li img {
  vertical-align: middle;
}

.index_menu li:nth-child(1) div {
  position: absolute;
  top: 70px;
  left: 0;
  border: 1px solid #ccc;
  width: 219%;
  background-color: #fff;
  padding: 10px 0px;
  border-radius: 3px;
  display: none;
}

.index_menu li:nth-child(1) div p {
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0;
}

.index_menu li:nth-child(1) div p>i {
  color: #4a96ee;
  padding: 0 8px;
}

.index_menu_li_3 {
  text-align: left;
}

/*global_header*/
/*g_wrap*/
.wrap {
  /* padding-top: 71px; */
  display: inline-block;
  width: 100%;
  height: 100%;
  /* min-height: 700px;
  position: relative; */
}

/*g_wrap*/
/*global_footer*/
footer {
  padding: 70px 0px;
  background-color: #252525;
  text-align: center;
}

footer>ul {
  width: 1300px;
  display: inline-block;
}

footer>ul>li {
  width: 50%;
}

footer>ul>li:nth-child(1) {
  float: left;
  text-align: left;
}

footer>ul>li:nth-child(2) {
  float: right;
  text-align: right;
  color: #fff;
}

footer>ul>li:nth-child(1) p:nth-child(1) {}

footer>ul>li:nth-child(1) ul {
  margin: 25px 0 30px;
}

footer>ul>li:nth-child(1) ul>a>li {
  width: 40px;
  padding: 6.5px 0px;
  border-radius: 100%;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  display: none;
}

footer>ul>li:nth-child(1) ul>a>li i {
  font-size: 25px;
}

footer>ul>li:nth-child(1) ul>a>li:nth-child(2) {
  margin: 0 10px;
}

footer>ul>li:nth-child(1) p:nth-child(2) {}

footer>ul>li:nth-child(1) p:nth-child(3) {
  font-size: 27px;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 15%;
}

footer>ul>li:nth-child(1) p:nth-child(4) {
  color: #fff;
}

footer>ul>li:nth-child(2) ul {
  width: 100%;
  display: inline-block;
  margin-bottom: 50px;
}

footer>ul>li:nth-child(2) ul li {
  color: #fff;
  float: right;
  padding: 0 20px;
  text-align: right;
  height: 15px;
  line-height: 15px;
}

footer>ul>li:nth-child(2) ul li:nth-child(1) {
  padding-right: 0px;
}

footer>ul>li:nth-child(2) ul li:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

footer>ul>li:nth-child(2) p {
  color: #fff;
}

footer>ul>li:nth-child(2) p:nth-child(2) {
  margin-bottom: 10px;
}

footer>ul>li:nth-child(2) p:nth-child(5) {
  margin-top: 35px;
}

/*global_footer*/
/*top_btn*/
.top_btn {
  width: 50px;
  height: 50px;
  opacity: 0;
  position: fixed;
  text-align: center;
  bottom: -10%;
  background: #0097f1;
  border-radius: 100%;
  left: 48.5%;
  line-height: 50px;
  transition: all 0.8s;
  cursor: pointer;
  z-index: 99999999999;
}

.top_btn:hover {
  opacity: 0.7 !important;
}

.top_btn i {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

/*top_btn*/
/*left_btn*/
.left_btn {
  position: fixed;
  right: 10px;
  width: 167px;
  bottom: 20px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, .06) 0 1px 6px 0, rgba(0, 0, 0, .16) 0 2px 32px 0;
  background-color: #fff;
  z-index: 99999999999;
  transition: all 0.8s;
  opacity: 0;
}

.left_btn ul {
  position: relative;
}

.left_btn ul>li:nth-child(1) {
  font-family: 'Noto_M';
  width: 100%;
  text-indent: 20px;
  height: 50px;
  line-height: 50px;
}

.left_btn ul a:nth-child(2)>li {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 6px 0px, rgba(0, 0, 0, 0.16) 0px 2px 32px 0px;
  background-color: #ffdf2c;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 50px;
  text-align: center;
}

.left_btn ul a:nth-child(2)>li i {
  font-size: 35px;
  vertical-align: middle;
}

/*left_btn*/
/*danal*/
.imp-dialog {
  z-index: 9999999999 !important;
  background-color: #00000085;
}

.imp-dialog .imp-frame-pc.imp-frame-danal,
.imp-dialog .imp-frame-pc.imp-frame-danal_tpay {
  top: 100px !important;
}

/*danal*/
