@import "../lib/iconfont/iconfont.css";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Microsoft Yahei", sans-serif;
  font-size: 16px;
  color: #333;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.container {
  /* height: 1000vh; 
  min-width: 1400px;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 154px;*/
}

.fix-wrap {
  width: 1400px;
  margin: 0 auto;
}

.all-width {
  width: 100%;
}

.flex {
  display: flex;
  display: -ms-flexbox;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

/* reset style */
a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #4b9a7b;
  transition: color 0.3s ease;
  /* text-decoration: underline; */
}

input {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  color: #333;
  font-size: 16px;
  outline: none;
  background-color: transparent;
}

::-webkit-input-placeholder {
  font-size: 16px;
  color: #666;
}

.click:active {
  opacity: 0.6;
}
p{
 line-height: 2;
}
.green {
  background-color: #f4faf8;
}
.common_title{
  font-size: 35px;
  line-height: 2;
  text-align: center;
  padding:20px;
}
@media screen and (max-width: 1366px) {
  .container {
    min-width: auto;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 3.4rem;
  }

  .fix-wrap {
    width: auto;
    margin: 0 auto;
  }
}

/*升级浏览器*/
.upgrade_browser_container{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
}
.upgrade_browser_box{
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}
.notice_icon{
    width: 189px;
    height: 132px;
    background: url(https://tjhtest.tjh.com.cn/images/common/9d4ba0ec17f12529.png);
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 200px;
}
.upgrade_browser_list{
    width: 920px;
    height: 150px;
    background: #f4faf8;
    margin:0 auto;
    margin-top: 80px; 
}
.upgrade_browser_list .upgrade_browser_item:nth-child(1) .upgrade_browser_icon{
    width: 40px;
    height: 40px;
    background: url(https://tjhtest.tjh.com.cn/images/common/4733c42ea16e3679.png);
    background-size: 100% 100%;
}
.upgrade_browser_list .upgrade_browser_item:nth-child(2) .upgrade_browser_icon{
    width: 40px;
    height: 40px;
    background: url(https://tjhtest.tjh.com.cn/images/common/a6586f94977094da.png);
    background-size: 100% 100%;
}
.upgrade_browser_list .upgrade_browser_item:nth-child(3) .upgrade_browser_icon{
    width: 40px;
    height: 40px;
    background: url(https://tjhtest.tjh.com.cn/images/common/635dde19aade4417.png);
    background-size: 100% 100%;
}
.upgrade_browser_list .upgrade_browser_item:nth-child(4) .upgrade_browser_icon{
    width: 40px;
    height: 40px;
    background: url(https://tjhtest.tjh.com.cn/images/common/f27d5fed2f161bf6.png);
    background-size: 100% 100%;
}
.upgrade_browser_list .upgrade_browser_item:nth-child(5) .upgrade_browser_icon{
    width: 40px;
    height: 40px;
    background: url(https://tjhtest.tjh.com.cn/images/common/b1c3b7838b981fdd.png);
    background-size: 100% 100%;
}
.upgrade_browser_title{
  font-size: 22px;
  color: #4b997a;
  text-align: center;
  margin-top: 25px;
}
.upgrade_browser_text{
  text-align: center;
  font-size: 20px;
  color: #b2b2b2;
  margin-top: 25px;
}
.upgrade_browser_item{
  width: 20%;
  height: 100%;
  float: left;
}
.upgrade_browser_icon{
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: -50px;
}
.upgrade_browser_item a{
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #4b997a;
  display: block;
  padding-top: 50px;
}
.upgrade_browser_btn{
  text-align: center;
  margin-top: 28px;
  font-size: 18px;
  color: #cccccc;
  text-decoration: underline;
  cursor: pointer;
}

