@charset "utf-8";
/*********************************************************************************
**项目名：紫微恒微信版
** 描述：紫微恒微信样式
** 创建时间：2018/10/23
** 最后修改人：（无）
** 最后修改时间：（无）
** 版权所有 (C) :tianmei
**********************************************************************************/
/* CSS Document */
.ios .g-scrollview {
  margin-top: 1px;
}
.hairline .g-scrollview {
  margin-top: 0.5px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
img {
  vertical-align: middle;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Microsoft YaHei";
}
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}
input[type="text"],
input[type="password"],
textarea {
  outline-style: none;
  -webkit-appearance: none;
}
textarea {
  resize: none;
}
input,
textarea {
  background: none;
  border: none;
}
table {
  border-collapse: collapse;
}
body {
  color: #333;
  font: 12px/20px "Microsoft YaHei", "Arial Narrow", HELVETICA;
  background: #fff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #555555;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style-type: none;
}
input,
textarea {
  background: none;
  border: none;
}
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
div,
span,
nav,
header,
footer,
a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.bge6 {
  background-color: #e6e6e6;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
.hide {
  display: none;
}
.select1 {
  width: 100%;
  height: 60px;
  line-height: 60px;
}
a.btn1,
.btn1 {
  color: #ffffff;
  background: #333333;
  border-radius: 12px;
  display: block;
  width: 76px;
  height: 26px;
}
a.btn2,
.btn2 {
  display: block;
  color: #ffffff;
  background: #d85358;
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
a.btn2.type1,
.btn2.type1 {
  background: #bbbbbb;
}
a.btn3,
.btn3 {
  position: fixed;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  background: #d85358;
  border-radius: 0px;
  padding: 0px;
}
a.btn4,
.btn4 {
  padding: 6px 10px;
  background: #e05b5f;
  font-size: 13px;
  border-radius: 5px;
  color: #ffffff;
}
.visible-xs{
  height: 100%;
}
.cenview {
  width: 100%;
  max-width: 750px;
  margin: 0px auto;
  min-height: 100%;
}
.cenview.bge6{
  background: #e6e6e6;
}
.cenview.pb50 {
  padding-bottom: 50px;
}
.w100 {
  width: 100%;
}
.mt20 {
  margin-top: 20px;
}
.mt10 {
  margin-top: 10px;
}
.header {
  background-color: #f2f2f2;
  height: 40px;
  width: 100%;
  position: relative;
  color: #000000;
  z-index: 1050;
}
.header_title {
  font-size: 18px;
  line-height: 40px;
  color: #000000;
  text-align: center;
  width: 100%;
  padding: 0px 30px 0px 30px;
}
.header_left > img,
.header_right > img {
  width: 20px;
  vertical-align: middle;
}
.header_left {
  position: absolute;
  color: #000000;
  font-size: 18px;
  z-index: 9;
  left: 3%;
  top: 8px;
}
.header_right {
  position: absolute;
  color: #000000;
  font-size: 18px;
  z-index: 9;
  right: 3%;
  top: 10px;
}
.nav {
  height: 40px;
  line-height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background: #ffffff;
  position: relative;
  z-index: 1060;
}
.mask-black,
.mask-black2 {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 1001;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.mask-black2 {
  z-index: 1062;
}
.logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  height: 40px;
  line-height: 40px;
}
.logo img {
  height: 20px;
  padding-left: 15px;
}
.nav_item {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  /*垂直居中*/
  justify-content: center;
  /*水平居中*/
  width: 50px;
}
.nav_item a {
  font-size: 13px;
}
.home {
  width: 45px;
  height: 30px;
  text-align: center;
  border-right: 1px solid #f2f2f2;
}
.home img {
  width: 20px;
  height: 18px;
  margin-top: -10px;
}
.classChange {
  display: block;
  width: 20px;
  height: 16px;
  margin: 0px auto;
  background: url(../image/class.png?1cd053fe3033e2c25ed07ab00ee615c4) no-repeat;
  background-size: 100% 100%;
}
.nav_list {
  border-top: 1px solid #f2f2f2;
  background: #ffffff;
  position: fixed;
  right: -80%;
  top: 40px;
  bottom: 0px;
  z-index: 999;
  width: 80%;
}
.nav_list .flex1 {
  height: 100%;
}
.nav_list .nav_left {
  flex: 1;
  height: 100%;
  overflow-y: scroll;
  background: #f5f5f5;
}
.nav_list .nav_left li a {
  background: url(../image/secondBtn.png?62409fccbe429e043d920160910b978e) 16px center no-repeat;
  background-size: 10px 10px;
}
.nav_list .nav_left li.active {
  background: #ffffff;
}
.nav_list .nav_left li.active a {
  background: url(../image/secondBtns.png?618cc50fb5296b651cca82024b7feaaa) 16px center no-repeat;
  background-size: 10px 10px;
  color: #c60a0f;
}
.nav_list .nav_right {
  flex: 1;
  height: 100%;
  overflow-y: scroll;
  background: #ffffff;
}
.nav_list .nav_right .nav_right_item {
  width: 100%;
}
.nav_list ul > li {
  line-height: 48px;
  width: 100%;
  font-size: 15px;
}
.nav_list ul > li a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
}
.nav_list ul.nav_right_item a {
  padding-left: 20px;
}
.flex1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.borderBottom {
  border-bottom: 1px solid #e6e6e6;
}
.text1 {
  border: 1px solid #999999;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  outline: none;
}
label.error {
  position: absolute;
  left: 79px;
  bottom: -8px;
  color: #c90605;
}
.area1 {
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #999999;
  height: 200px;
}
/*增加中英文切换*/

.lan_switch {
  margin-top: 10px;
  margin-right: 8px;
  color: #666666;
  display: inline;
  line-height: 34px;
}

.lan_switch .lan_name {
  margin-right: 28px;
  margin-left: 0px;
}

.lan_switch a {
  margin: 0px 12px;
  color: #666666;
}

.lan_switch a:hover {
  color: #c70a10;
}
